<?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: RequestFor Step-by-Step Guide on Creating a logic app to read from api and pushing to EventStreamRTI in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4273333#M259</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="829559" data-lia-user-login="Veena123" class="lia-mention lia-mention-user"&gt;Veena123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a Logic App: &lt;BR /&gt;- Go to the Azure portal.&lt;BR /&gt;- Click on "Create a resource" and search for "Logic App".&lt;BR /&gt;- Click "Create" and fill in the necessary details like Subscription, Resource Group, and Logic App name.&lt;BR /&gt;- Click "Review + create" and then "Create".&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-api-app" target="_blank"&gt;Create web APIs &amp;amp; REST APIs for Azure Logic Apps - Azure Logic Apps | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. Configuring the API Connector to Read Data：&lt;BR /&gt;(1) Add an HTTP Trigger:&lt;BR /&gt;- In the Logic App Designer, select the "When an HTTP request is received" trigger.&lt;BR /&gt;- This will generate a URL that you can use to trigger the Logic App.&lt;/P&gt;
&lt;P&gt;(2) Configure the API Call:&lt;BR /&gt;- Add a new step and choose "HTTP" action.&lt;BR /&gt;- Set the method to "GET" (or the appropriate method for your API).&lt;BR /&gt;- Enter the API endpoint URL.&lt;BR /&gt;- Add any necessary headers or authentication details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;3. Steps to Transform the Data:&lt;/P&gt;
&lt;P&gt;- If you need to transform the data, you can use the "Compose" action to manipulate the JSON data.&lt;BR /&gt;- Alternatively, you can use Azure Functions or other services to process the data before pushing it to EventStream.&lt;/P&gt;
&lt;P&gt;4. Push Data to EventStream.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/create-manage-an-eventstream?pivots=enhanced-capabilities" target="_blank"&gt;Create an eventstream in Microsoft Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;5. Setting Up the EventStream Connection in RTI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 03:07:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-07T03:07:57Z</dc:date>
    <item>
      <title>RequestFor Step-by-Step Guide on Creating a logic app to read from api and pushing to EventStreamRTI</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4254234#M224</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I’m currently working on a project involving Real-Time Intelligence (RTI) in Microsoft Fabric, and I need assistance with integrating a Logic App to read data from an API and push that data to EventStream RTI Fabric?&lt;/P&gt;&lt;P&gt;Could anyone please provide a detailed, step-by-step guide on how to accomplish this? Specifically, I’m looking for:&lt;/P&gt;&lt;P&gt;Setting up the Logic App in Azure.&lt;BR /&gt;Configuring the API connector to read data.&lt;BR /&gt;Steps to transform the data (if necessary).&lt;BR /&gt;Push data to Eventstream&lt;BR /&gt;Setting up the EventStream connection in RTI.&lt;BR /&gt;Any best practices or tips to ensure smooth data flow.&lt;BR /&gt;Your expertise would be greatly appreciated, and I look forward to your guidance!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 11:23:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4254234#M224</guid>
      <dc:creator>Veena123</dc:creator>
      <dc:date>2024-10-23T11:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: RequestFor Step-by-Step Guide on Creating a logic app to read from api and pushing to EventStreamRTI</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4257806#M235</link>
      <description>&lt;P&gt;I've encountered an issue in the final step while pushing data to Event Stream. We're using the endpoint from Event Stream and getting the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;jsonCopy code{"status": 400,"message": "Event received is null and could not be parsed.\r\nclientRequestId: bf114c7d-e91a-4640-9436-8d343066e661","error": {"message": "Event received is null and could not be parsed."},"source": "eventhubs-ncus.azconn-ncus-001.p.azurewebsites.net"}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Can you please assist me with this?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 09:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4257806#M235</guid>
      <dc:creator>Veena123</dc:creator>
      <dc:date>2024-10-25T09:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: RequestFor Step-by-Step Guide on Creating a logic app to read from api and pushing to EventStreamRTI</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4273333#M259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="829559" data-lia-user-login="Veena123" class="lia-mention lia-mention-user"&gt;Veena123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a Logic App: &lt;BR /&gt;- Go to the Azure portal.&lt;BR /&gt;- Click on "Create a resource" and search for "Logic App".&lt;BR /&gt;- Click "Create" and fill in the necessary details like Subscription, Resource Group, and Logic App name.&lt;BR /&gt;- Click "Review + create" and then "Create".&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-api-app" target="_blank"&gt;Create web APIs &amp;amp; REST APIs for Azure Logic Apps - Azure Logic Apps | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. Configuring the API Connector to Read Data：&lt;BR /&gt;(1) Add an HTTP Trigger:&lt;BR /&gt;- In the Logic App Designer, select the "When an HTTP request is received" trigger.&lt;BR /&gt;- This will generate a URL that you can use to trigger the Logic App.&lt;/P&gt;
&lt;P&gt;(2) Configure the API Call:&lt;BR /&gt;- Add a new step and choose "HTTP" action.&lt;BR /&gt;- Set the method to "GET" (or the appropriate method for your API).&lt;BR /&gt;- Enter the API endpoint URL.&lt;BR /&gt;- Add any necessary headers or authentication details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;3. Steps to Transform the Data:&lt;/P&gt;
&lt;P&gt;- If you need to transform the data, you can use the "Compose" action to manipulate the JSON data.&lt;BR /&gt;- Alternatively, you can use Azure Functions or other services to process the data before pushing it to EventStream.&lt;/P&gt;
&lt;P&gt;4. Push Data to EventStream.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/create-manage-an-eventstream?pivots=enhanced-capabilities" target="_blank"&gt;Create an eventstream in Microsoft Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;5. Setting Up the EventStream Connection in RTI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 03:07:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4273333#M259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-07T03:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: RequestFor Step-by-Step Guide on Creating a logic app to read from api and pushing to EventStreamRTI</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4283903#M266</link>
      <description>&lt;P&gt;Can you share the full error message under the Event Hub name input box in your screenshot? The error message seems not the same as the one in your reply.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 11:42:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4283903#M266</guid>
      <dc:creator>xujx</dc:creator>
      <dc:date>2024-11-14T11:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: RequestFor Step-by-Step Guide on Creating a logic app to read from api and pushing to EventStreamRTI</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4301697#M281</link>
      <description>&lt;P&gt;This error looks like an empty json object was send to the endpoint. An empty json can't be parsed to data and you get the error.&lt;BR /&gt;Try to debug and make sure you send a json object to the endpoint. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 08:29:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/RequestFor-Step-by-Step-Guide-on-Creating-a-logic-app-to-read/m-p/4301697#M281</guid>
      <dc:creator>datacoffee</dc:creator>
      <dc:date>2024-11-26T08:29:40Z</dc:date>
    </item>
  </channel>
</rss>

