<?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 Power Automate Azure Databricks connector cannot get output result of a run in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/power-automate-azure-databricks-connector-cannot-get-output/m-p/137582#M4378</link>
    <description>&lt;P&gt;Hi everybody, I'm using the Azure Databricks connector in Power automate and try to trigger a job run + get result of that single run. My job created in databricks is to run a notebook that contains a single block of SQL code, and that's the only task. But when I run the flow it says,&amp;nbsp; &lt;U&gt;&lt;I&gt;&lt;SPAN class=""&gt;Action 'Get_the_output_for_a_single_run' failed: Retrieving the output of runs with &lt;STRONG&gt;&lt;SPAN class=""&gt;multiple tasks&lt;/SPAN&gt;&lt;/STRONG&gt; is not supported. Please retrieve the output of each individual task run instead.&lt;/SPAN&gt;&lt;/I&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I'm a bit confused as have 1 single task &amp;amp; that there's no parameter to choose as task id from the action of "trigger a job run", only the body/run_id to be selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;has anyone encoutered the same issue and knows how to resolve that? Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Nov 2025 14:24:20 GMT</pubDate>
    <dc:creator>biubiurx</dc:creator>
    <dc:date>2025-11-04T14:24:20Z</dc:date>
    <item>
      <title>Power Automate Azure Databricks connector cannot get output result of a run</title>
      <link>https://community.databricks.com/t5/administration-architecture/power-automate-azure-databricks-connector-cannot-get-output/m-p/137582#M4378</link>
      <description>&lt;P&gt;Hi everybody, I'm using the Azure Databricks connector in Power automate and try to trigger a job run + get result of that single run. My job created in databricks is to run a notebook that contains a single block of SQL code, and that's the only task. But when I run the flow it says,&amp;nbsp; &lt;U&gt;&lt;I&gt;&lt;SPAN class=""&gt;Action 'Get_the_output_for_a_single_run' failed: Retrieving the output of runs with &lt;STRONG&gt;&lt;SPAN class=""&gt;multiple tasks&lt;/SPAN&gt;&lt;/STRONG&gt; is not supported. Please retrieve the output of each individual task run instead.&lt;/SPAN&gt;&lt;/I&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I'm a bit confused as have 1 single task &amp;amp; that there's no parameter to choose as task id from the action of "trigger a job run", only the body/run_id to be selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;has anyone encoutered the same issue and knows how to resolve that? Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 14:24:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/power-automate-azure-databricks-connector-cannot-get-output/m-p/137582#M4378</guid>
      <dc:creator>biubiurx</dc:creator>
      <dc:date>2025-11-04T14:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Power Automate Azure Databricks connector cannot get output result of a run</title>
      <link>https://community.databricks.com/t5/administration-architecture/power-automate-azure-databricks-connector-cannot-get-output/m-p/137589#M4379</link>
      <description>&lt;P&gt;Even though your Databricks job only has one task, Power Automate might still treats it as a multi-task job under the hood. That’s why you're getting the error when trying to fetch the output directly from the job run.&lt;BR /&gt;Here’s a simple workaround you can try and let me know if it works:&lt;/P&gt;&lt;P&gt;1. Trigger the job and grab the run_id from the response.&lt;/P&gt;&lt;P&gt;2. Use the Get Job Run API (GET /api/2.1/jobs/runs/get) to fetch details of the run.&lt;/P&gt;&lt;P&gt;3. From that response, extract the run_id from the tasks block(there should be just one).&lt;/P&gt;&lt;P&gt;4. Then call the Get Task Run Output API (GET /api/2.1/jobs/runs/get-output?run_id=&amp;lt;task_run_id&amp;gt;) to get the actual output.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 15:47:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/power-automate-azure-databricks-connector-cannot-get-output/m-p/137589#M4379</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-11-04T15:47:21Z</dc:date>
    </item>
  </channel>
</rss>

