<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog in VMware Aria Automation Orchestrator Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2956956#M26122</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have similar requirement for a XaaS catalog to pass&amp;nbsp;__metadata_userName and&amp;nbsp;__metadata_requestId as input parameters similar to&amp;nbsp;__asd_requestedBy and&amp;nbsp;__asd_catalogRequestId in vRA 7.x.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see requestedBy can be used through Bindings for Username. May I know which one to select for&amp;nbsp;__metadata_requestId&lt;STRONG&gt; ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sasidhar&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 04:58:56 GMT</pubDate>
    <dc:creator>Sasidhar4321</dc:creator>
    <dc:date>2023-02-28T04:58:56Z</dc:date>
    <item>
      <title>vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924260#M25889</link>
      <description>&lt;P&gt;I have created a new vRO Workflow, which I want to place in the Catalog for users to launch.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A custom form field of the workflow needs some metadata to work, similar to how event-triggered workflows can use the inputProperties to extract information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;With a event-triggered workflow, I could just create an "inputProperties" variable of type Properties and parse it. What would be the way to achieve this with a custom form?&lt;/P&gt;&lt;P&gt;Creating an&amp;nbsp;"inputProperties" input in the vRO workflow does not work, the field is not filled with content (nothing is passed by vRA to vRO), I guess this is because inputProperties are only generated with a subscription? I have tried creating a new input of type Properties, and used "external value" to bind it with a vRO action, which taken "inputProperties" as an input, but nothing is passed on here; similar, if the field in the custom form in bound to an action, that extracts metadata&amp;nbsp;System.getContext().getParameter("__metadata_someparameter"), I get a null value error.&lt;/P&gt;&lt;P&gt;For reference, in vRA 7, I could just create a "__asd_subtenantRef" or "_asd_requestedBy" input property in the workflow and those values would be automatically filled with relevant metadata in the custom form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;For better understanding, here's what I want to achieve:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Czernobog_0-1660726216288.png" style="width: 1018px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/96783i1DC56DA81ED2F9B3/image-dimensions/1018x328/is-moderation-mode/true?v=v2" width="1018" height="328" role="button" title="Czernobog_0-1660726216288.png" alt="Czernobog_0-1660726216288.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 08:50:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924260#M25889</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-08-17T08:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924422#M25893</link>
      <description>&lt;P&gt;You can bind some metadata fields as inputs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xian__0-1660762523762.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/96798i08446AC575B5AC5F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="xian__0-1660762523762.png" alt="xian__0-1660762523762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Project is for "subtenantRef". The others quite self-explanatory.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 18:56:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924422#M25893</guid>
      <dc:creator>xian_</dc:creator>
      <dc:date>2022-08-17T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924520#M25897</link>
      <description>&lt;P&gt;Thanks for pointing me in the right direction, I forgot about the bindings.&lt;/P&gt;&lt;P&gt;The data provided here is however very scarce, I wonder if really only those few values are passed to the form, or if there is an object with more useful metadata. The "Requested By" binding only delivers the username without the domain name, which is surprising for a product that can be bound to a multi-domain environment.&lt;/P&gt;&lt;P&gt;The vRO Workflow Custom Form in a catalog provides a few more fields: __username and __userdisplayname, the values are the same though and both reference the service account used to launch the workflow and not the user that requests the service:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Czernobog_0-1660814212086.png" style="width: 999px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/96803i4CAA88406717A9B3/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Czernobog_0-1660814212086.png" alt="Czernobog_0-1660814212086.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I do not know what to make of "props". I wanted to pass "props" as an object to vRO, but a field where you fill the value by "external source" does not allow binding with any values from "Request info fields". You can bind "Key" or "Value" to a single input field of type "string", but not both "Key" and "Value" to columns of a Data Grid element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Overall, compared to vRA7, this is pretty disappointing. I don't understand why vmware has taken a step back here and does provide such a limited amount of request metadata information in the input form.&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit: sadly the list of request info properties will not be expanded with 8.9:&amp;nbsp;&lt;A href="https://docs.vmware.com/en/vRealize-Automation/8.9/using-and-managing-vrealize-automation-service-broker.pdf" target="_blank"&gt;Using and Managing vRealize Automation Service Broker - vRealize Automation 8.9 (vmware.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 09:52:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924520#M25897</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-08-18T09:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924756#M25902</link>
      <description>&lt;P&gt;I had to rip out configured Directories in vIDM and re-add them usinf UserPrincipalName instead of samaccountname and now all users are correctly identified by their upn (Requested By = upn), which makes life much easier.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 13:11:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2924756#M25902</guid>
      <dc:creator>Czernobog</dc:creator>
      <dc:date>2022-08-19T13:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2956956#M26122</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have similar requirement for a XaaS catalog to pass&amp;nbsp;__metadata_userName and&amp;nbsp;__metadata_requestId as input parameters similar to&amp;nbsp;__asd_requestedBy and&amp;nbsp;__asd_catalogRequestId in vRA 7.x.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see requestedBy can be used through Bindings for Username. May I know which one to select for&amp;nbsp;__metadata_requestId&lt;STRONG&gt; ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sasidhar&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 04:58:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2956956#M26122</guid>
      <dc:creator>Sasidhar4321</dc:creator>
      <dc:date>2023-02-28T04:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2956964#M26123</link>
      <description>&lt;P&gt;You do not have requestId on the request form yet. You can get in in your workflow later:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;System.getContext().&lt;SPAN&gt;getParameter&lt;/SPAN&gt;('&lt;SPAN&gt;__metadata_requestId');&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 07:37:53 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2956964#M26123</guid>
      <dc:creator>xian_</dc:creator>
      <dc:date>2023-02-28T07:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957260#M26132</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sasidhar4321_2-1677685532345.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100283i7C2F1B47C0D7A940/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Sasidhar4321_2-1677685532345.png" alt="Sasidhar4321_2-1677685532345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sasidhar4321_1-1677685181952.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100281iA07DBBA69F1F2C76/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Sasidhar4321_1-1677685181952.png" alt="Sasidhar4321_1-1677685181952.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am getting NULL values for the Metadata while workflow execution, however, the event is triggered and I could see the values navigating to Subscriptions --&amp;gt; Workflow Runs.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 15:49:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957260#M26132</guid>
      <dc:creator>Sasidhar4321</dc:creator>
      <dc:date>2023-03-01T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957262#M26133</link>
      <description>&lt;P&gt;It's failing because InputProperties was missing, not because context was incomplete. Do you run this workflow as EBS?&lt;/P&gt;&lt;P&gt;Also, you are trying to set input variables in your workflow: you should remove them as inputs.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 15:58:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957262#M26133</guid>
      <dc:creator>xian_</dc:creator>
      <dc:date>2023-03-01T15:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957264#M26134</link>
      <description>&lt;P&gt;&lt;U&gt;Am using EBS for passing the inputProperties,using the condition&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;event.data.blueprintId == 'XXXX35fa-13c9-3c5d-bc3XXXXXXXXXX'&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The blueprintId value is XaaS CatalogId.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Please note, this is for a XaaS catalog which am trying to capture Metadata as inputs&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sasidhar4321_0-1677687071614.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100284i14BAD9DF38488729/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Sasidhar4321_0-1677687071614.png" alt="Sasidhar4321_0-1677687071614.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:13:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957264#M26134</guid>
      <dc:creator>Sasidhar4321</dc:creator>
      <dc:date>2023-03-01T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957273#M26135</link>
      <description>&lt;P&gt;I have removed them as input variables, still getting the same error&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TypeError: Cannot read property "customProperties" from null (Workflow:Request FPT Storage Wrapper / Get MetaData (item3)#10200)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sasidhar4321_1-1677688689089.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100287i6227C93DD37ADD9E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Sasidhar4321_1-1677688689089.png" alt="Sasidhar4321_1-1677688689089.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:38:15 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957273#M26135</guid>
      <dc:creator>Sasidhar4321</dc:creator>
      <dc:date>2023-03-01T16:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957327#M26136</link>
      <description>&lt;P&gt;I am still confused what you are doing here. You say you have an XaaS but you created an EBS for Compute Allocation? XaaS workflows do not trigger this event.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 21:24:15 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957327#M26136</guid>
      <dc:creator>xian_</dc:creator>
      <dc:date>2023-03-01T21:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957333#M26137</link>
      <description>&lt;P&gt;I am trying to pass Metadata as input parameters to my XaaS workflow using a wrapper workflow.&lt;/P&gt;&lt;P&gt;I used to pass XaaS payload( __asd_catalogRequestId and __asd_requestedBy) as input parameters in vRA 7.x. As part of migrating it vRA 8.x, one option is to bind the values(Request ID is not available) in Custom form, other option is to trigger an event and extract metadata (&amp;nbsp;__metadata_userName and __metadata_requestId) from the properties and pass it as input parameters. Please correct me if am wrong.&lt;/P&gt;&lt;P&gt;Tried the XaaS event, still same issue. Please help me with full steps on how I can use Metadata as input parameters in vRA 8.x for XaaS catalog.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sasidhar4321_0-1677706576800.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100291i4B9EC037B1D5E353/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Sasidhar4321_0-1677706576800.png" alt="Sasidhar4321_0-1677706576800.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 21:42:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957333#M26137</guid>
      <dc:creator>Sasidhar4321</dc:creator>
      <dc:date>2023-03-01T21:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957515#M26138</link>
      <description>&lt;P&gt;You cannot use inputProperties and CustomProperties with XaaS. However, if you want to grab the username and request ID in a wrapper workflow, here is what you could do:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xian__0-1677781697441.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100307i4DC21E965979A58A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="xian__0-1677781697441.png" alt="xian__0-1677781697441.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;userName and requestId are local variables of the wrapper workflow.&lt;/P&gt;&lt;P&gt;These then passed to the subflow as input (input1 is the input of the wrapper wf):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xian__1-1677781799897.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100308iEEA388728EE42638/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="xian__1-1677781799897.png" alt="xian__1-1677781799897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here are the logs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xian__2-1677781847550.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100309iBFCA692805E897F6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="xian__2-1677781847550.png" alt="xian__2-1677781847550.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 18:32:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957515#M26138</guid>
      <dc:creator>xian_</dc:creator>
      <dc:date>2023-03-02T18:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957531#M26139</link>
      <description>&lt;P&gt;It worked like a charm..thanks a lot for your help &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@7651DD0E8772B3B5D93ADA9ABA2E067C/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 20:39:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2957531#M26139</guid>
      <dc:creator>Sasidhar4321</dc:creator>
      <dc:date>2023-03-02T20:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2960844#M26191</link>
      <description>&lt;P&gt;I am struggling with the same issue.&amp;nbsp; I have tried the scriptable task with output of "userName" with no luck.&amp;nbsp; I have also tried to just call it in the script that we are setting all necessary fields for our Rest API call.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;userName&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;System&lt;/SPAN&gt;&lt;SPAN&gt;.getContext().getParameter(&lt;/SPAN&gt;&lt;SPAN&gt;"_metadata_userName"&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;jsonCI={&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;vmName,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"engineer"&lt;/SPAN&gt;&lt;SPAN&gt;:userName,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;requestContent=&lt;/SPAN&gt;&lt;SPAN&gt;JSON&lt;/SPAN&gt;&lt;SPAN&gt;.stringify(jsonCI)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What am I missing?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Mar 2023 17:28:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2960844#M26191</guid>
      <dc:creator>NWolford51</dc:creator>
      <dc:date>2023-03-24T17:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2960905#M26192</link>
      <description>&lt;P&gt;We get the username output from getContext().getParameter("__metadata_userName") without any additional scripting. PFA screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sasidhar4321_0-1679698936976.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/100693i49C52A34D3532821/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Sasidhar4321_0-1679698936976.png" alt="Sasidhar4321_0-1679698936976.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 23:04:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2960905#M26192</guid>
      <dc:creator>Sasidhar4321</dc:creator>
      <dc:date>2023-03-24T23:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: vRO 8 / vRA 8 - passing on metadata to a custom form input field - vRO workflow in vRA catalog</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2975950#M26355</link>
      <description>&lt;P&gt;looks like a "_" is missing before _metadata. it should be "&lt;FONT color="#FF0000"&gt;_ _&lt;/FONT&gt;metadata_userName"&amp;nbsp; without the space&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 00:36:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vRO-8-vRA-8-passing-on-metadata-to-a-custom-form-input-field-vRO/m-p/2975950#M26355</guid>
      <dc:creator>citizen95</dc:creator>
      <dc:date>2023-07-06T00:36:34Z</dc:date>
    </item>
  </channel>
</rss>

