<?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: Passing a variable from one pipeline to another in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4397048#M7016</link>
    <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;I did try the above steps but still I am getting the same error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The expression 'activity('Invoke pipeline1').output.pipelineReturnValue.Test' cannot be evaluated because property 'pipelineReturnValue' doesn't exist, available properties are 'id, itemId, jobType, invokeType, status, failureReason, rootActivityId, startTimeUtc, endTimeUtc, monitoringURL, pipelineRunId, ResponseHeaders, effectiveIntegrationRuntime, executionDuration, durationInQueue, billingReference'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 19:51:32 GMT</pubDate>
    <dc:creator>fabchinmay</dc:creator>
    <dc:date>2025-02-05T19:51:32Z</dc:date>
    <item>
      <title>Passing a variable from one pipeline to another</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4256583#M6046</link>
      <description>&lt;P&gt;I'm trying to pass a variable from one pipeline (child) to another (parent). The child pipeline creates a return value variable called Test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It's working just fine. Here is the output.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The parent pipeline invokes the child pipeline and then runs a Set Variable activity to capture the child pipeline's return value. Here is the expression for the Set Variable activity in the parent pipeline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;activity(&lt;/SPAN&gt;&lt;SPAN&gt;'GetTest'&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;output&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;pipelineReturnValue&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Test&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;When I run the parent pipeline the Set Variable activity fails with the following error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The expression 'activity('GetTest').output.pipelineReturnValue.Test' cannot be evaluated because property 'pipelineReturnValue' doesn't exist, available properties are 'id, itemId, jobType, invokeType, status, failureReason, rootActivityId, startTimeUtc, endTimeUtc, monitoringURL, pipelineRunId, ResponseHeaders, effectiveIntegrationRuntime, executionDuration, durationInQueue, billingReference'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the output of the child pipeline. No Test variable.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;So, the child pipeline is creating the return value just fine but when I invoke it in a parent pipeline the return value doesn't exist. Any ideas why?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 15:46:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4256583#M6046</guid>
      <dc:creator>tarima</dc:creator>
      <dc:date>2024-10-24T15:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a variable from one pipeline to another</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4257160#M6057</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="830380" data-lia-user-login="tarima" class="lia-mention lia-mention-user"&gt;tarima&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a child pipeline&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Create the Parent Pipeline and add an Invoke Pipeline activity to invoke the child pipeline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Invoke pipeline"&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Set variable"&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;@activity('Invoke Pipeline1').output.pipelineReturnValue.Test&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 02:01:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4257160#M6057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-25T02:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a variable from one pipeline to another</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4397048#M7016</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;I did try the above steps but still I am getting the same error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The expression 'activity('Invoke pipeline1').output.pipelineReturnValue.Test' cannot be evaluated because property 'pipelineReturnValue' doesn't exist, available properties are 'id, itemId, jobType, invokeType, status, failureReason, rootActivityId, startTimeUtc, endTimeUtc, monitoringURL, pipelineRunId, ResponseHeaders, effectiveIntegrationRuntime, executionDuration, durationInQueue, billingReference'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 19:51:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4397048#M7016</guid>
      <dc:creator>fabchinmay</dc:creator>
      <dc:date>2025-02-05T19:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a variable from one pipeline to another</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4875888#M8767</link>
      <description>&lt;P&gt;Here's a solution that works:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://justinjbird.com/blog/2025/using-a-return-variable-from-a-child-pipeline/" target="_blank"&gt;https://justinjbird.com/blog/2025/using-a-return-variable-from-a-child-pipeline/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 18:58:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Passing-a-variable-from-one-pipeline-to-another/m-p/4875888#M8767</guid>
      <dc:creator>asocorrocognex</dc:creator>
      <dc:date>2025-11-14T18:58:19Z</dc:date>
    </item>
  </channel>
</rss>

