<?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: Invoked pipeline triggered by &amp;quot;Invoke Pipeline (Preview)&amp;quot; has TriggeredBy* system variables empty in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4248385#M5972</link>
    <description>&lt;P&gt;sorry&amp;nbsp;Anonymous&lt;/LI-USER&gt;, the problem is not that I don't know or can't find the variable, the problem is that the runtime value of the system variables @pipeline()?.TriggeredByPipeline* is null using the new "Invoke Pipeline" activity.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2024 13:51:33 GMT</pubDate>
    <dc:creator>pellitteris</dc:creator>
    <dc:date>2024-10-18T13:51:33Z</dc:date>
    <item>
      <title>Invoked pipeline triggered by "Invoke Pipeline (Preview)" has TriggeredBy* system variables empty</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4246221#M5946</link>
      <description>&lt;P&gt;The system variables of the pipelines called by an "Invoke Pipeline (Preview)" action are not populated correctly or at least they are not as populated as those called by "Invoke Pipeline (Legacy)".&lt;/P&gt;&lt;P&gt;In particular the following variables are not populated:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;pipeline().TriggeredByPipeline&lt;/LI&gt;&lt;LI&gt;pipeline().TriggeredByPipelineName&lt;/LI&gt;&lt;LI&gt;pipeline().TriggeredByPipelineRunId&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 08:49:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4246221#M5946</guid>
      <dc:creator>pellitteris</dc:creator>
      <dc:date>2024-10-17T08:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Invoked pipeline triggered by "Invoke Pipeline (Preview)" has TriggeredBy* system variables empty</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4246373#M5949</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701152" data-lia-user-login="pellitteris" class="lia-mention lia-mention-user"&gt;pellitteris&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to double check, can you share how you tested this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to reproduce this with a set variable activity and I was also getting a null value back in the outputs of that variable activity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the below expression in a Pipeline return value variable type.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;@pipeline()?.TriggeredByPipelineRunId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&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;EM&gt;The set variable activity output&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The invoke pipeline (preview) activity output&lt;/EM&gt;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:06:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4246373#M5949</guid>
      <dc:creator>Expiscornovus</dc:creator>
      <dc:date>2024-10-17T10:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Invoked pipeline triggered by "Invoke Pipeline (Preview)" has TriggeredBy* system variables empty</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4246420#M5950</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="21750" data-lia-user-login="Expiscornovus" class="lia-mention lia-mention-user"&gt;Expiscornovus&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created two pipelines, a caller and a worker. The caller pipeline calls the worker pipeline using the "Invoke Pipeline (Preview)" activity. Inside the worker pipeline I read the values ​​of the system variables by setting some variables. In this case the variables are always null. If instead I use the "Invoke Pipeline (Legacy)" activity the variables are always populated.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:42:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4246420#M5950</guid>
      <dc:creator>pellitteris</dc:creator>
      <dc:date>2024-10-17T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Invoked pipeline triggered by "Invoke Pipeline (Preview)" has TriggeredBy* system variables empty</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4247440#M5959</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701152" data-lia-user-login="pellitteris" class="lia-mention lia-mention-user"&gt;pellitteris&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I made a similar maneuver to the query you raised.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I think you need to write&amp;nbsp;@pipeline. firstly. After this, it will give you what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 02:06:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4247440#M5959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-18T02:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Invoked pipeline triggered by "Invoke Pipeline (Preview)" has TriggeredBy* system variables empty</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4248385#M5972</link>
      <description>&lt;P&gt;sorry&amp;nbsp;Anonymous&lt;/a&gt;, the problem is not that I don't know or can't find the variable, the problem is that the runtime value of the system variables @pipeline()?.TriggeredByPipeline* is null using the new "Invoke Pipeline" activity.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 13:51:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4248385#M5972</guid>
      <dc:creator>pellitteris</dc:creator>
      <dc:date>2024-10-18T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Invoked pipeline triggered by "Invoke Pipeline (Preview)" has TriggeredBy* system variables empty</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4913162#M8946</link>
      <description>&lt;P&gt;Has there been any update on this? I'm having the same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 13:03:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Invoked-pipeline-triggered-by-quot-Invoke-Pipeline-Preview-quot/m-p/4913162#M8946</guid>
      <dc:creator>JasperFiv</dc:creator>
      <dc:date>2026-01-06T13:03:30Z</dc:date>
    </item>
  </channel>
</rss>

