<?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 Access Recipe Properties from Custom Actions in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7132#M3078</link>
    <description>&lt;P&gt;when building a custom action, Is there a way to access the calling recipe properties*** ?&lt;/P&gt;&lt;P&gt;something like this would be great, but &lt;STRONG&gt;*&lt;FONT face="courier new,courier"&gt;_dp&lt;/FONT&gt;*&lt;/STRONG&gt; does not compile:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;_dp('{"pill_type":"job_context","path":["master_job_id"]}')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;*** specifically, the properties that are interactively available in the default "properties" object, such as [Recipe ID], [Recipe name], [Recipe path], [Master job id], [Calling recipe id], ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 14:17:46 GMT</pubDate>
    <dc:creator>jimbarryatpanda</dc:creator>
    <dc:date>2024-07-23T14:17:46Z</dc:date>
    <item>
      <title>Access Recipe Properties from Custom Actions</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7132#M3078</link>
      <description>&lt;P&gt;when building a custom action, Is there a way to access the calling recipe properties*** ?&lt;/P&gt;&lt;P&gt;something like this would be great, but &lt;STRONG&gt;*&lt;FONT face="courier new,courier"&gt;_dp&lt;/FONT&gt;*&lt;/STRONG&gt; does not compile:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;_dp('{"pill_type":"job_context","path":["master_job_id"]}')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;*** specifically, the properties that are interactively available in the default "properties" object, such as [Recipe ID], [Recipe name], [Recipe path], [Master job id], [Calling recipe id], ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 14:17:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7132#M3078</guid>
      <dc:creator>jimbarryatpanda</dc:creator>
      <dc:date>2024-07-23T14:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access Recipe Properties from Custom Actions</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7133#M3079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10793"&gt;@jimbarryatpanda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can you please give more details about "&lt;SPAN&gt;&amp;nbsp;but *_dp* does not compile:" so that I can help you out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Shivakumara Avadhani&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 16:06:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7133#M3079</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2024-07-23T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Access Recipe Properties from Custom Actions</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7134#M3080</link>
      <description>&lt;P&gt;You can't access them directly. Just make input parameters and pass them into the action.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 15:51:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7134#M3080</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-23T15:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Access Recipe Properties from Custom Actions</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7135#M3081</link>
      <description>&lt;P&gt;This is how data pills are encoded. Copy a data pill from the Workato UI and paste them into a text editor.&lt;/P&gt;&lt;P&gt;=_dp('{"pill_type":"output","provider":"workato_variable","line":"11c43824","path":["amount"]}')&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 15:52:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7135#M3081</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-07-23T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access Recipe Properties from Custom Actions</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7160#M3094</link>
      <description>&lt;P&gt;yes,&amp;nbsp; I am trying to access facts about the calling recipe properties directly, without creating an input parameter and manually assigning the value.&amp;nbsp; I am doing this now and wanted to remove the input parameter.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a feature request for the Custom Connector SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe all the "properties" from the calling recipe (including the action step-number) could be passed into a hash for easy access??&lt;/P&gt;&lt;P&gt;I need values like the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[calling action step number],&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;[Recipe ID], &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;[Recipe name], &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;[Recipe path], &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;[Master job id], &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;[Calling recipe id], ...&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 25 Jul 2024 19:26:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/access-recipe-properties-from-custom-actions/m-p/7160#M3094</guid>
      <dc:creator>jimbarryatpanda</dc:creator>
      <dc:date>2024-07-25T19:26:59Z</dc:date>
    </item>
  </channel>
</rss>

