<?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: Eventstream and Azure Event Grid - how to get record/array instead of in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4895220#M714</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;welcome to this community forum.&lt;/P&gt;&lt;P&gt;The text in the nested data field is not recognized as JSON so the UI cannot support it directly.&lt;/P&gt;&lt;P&gt;Getting to the separate fields is possible when you use the &lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/process-events-using-sql-code-editor" target="_self"&gt;SQL operator&lt;/A&gt;. Using this low-code approach, you can 'program' to get to the values.&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="937100" data-lia-user-login="Mauro89" class="lia-mention lia-mention-user"&gt;Mauro89&lt;/a&gt;&amp;nbsp;mentioned, the alternative is just passing the Data field on as-is to an Eventhouse and using KQL to get to the separate fields. This can be done both using 'event processing before processing' (the table columns are created for you) and 'direct ingest' (an additional step is offered for mapping the message to a table format of your choice).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this answer helps you, a thumbs-up or marking it as accepted answer is appreaciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Dec 2025 18:21:37 GMT</pubDate>
    <dc:creator>svelde</dc:creator>
    <dc:date>2025-12-07T18:21:37Z</dc:date>
    <item>
      <title>Eventstream and Azure Event Grid - how to get record/array instead of</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4887507#M703</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created an evenstream (enhanced) and connected to Azure Event Grid.&lt;/P&gt;&lt;P&gt;My JSON payload looks like this:&lt;/P&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Schema:&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;I managed to parse string into json record&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;But now I would like to get separate columns based on that payload&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;I expected to see a dropdown list with columns to select. But unfortunately it doesn't work. How I can handle this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 10:03:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4887507#M703</guid>
      <dc:creator>foks</dc:creator>
      <dc:date>2025-11-27T10:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Eventstream and Azure Event Grid - how to get record/array instead of</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4889113#M704</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe you can solve this by adding a step with a KQL query transformation. There you could parse the json e.g. with the function here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/kusto/query/parse-json-function?view=microsoft-fabric" target="_blank"&gt;https://learn.microsoft.com/en-us/kusto/query/parse-json-function?view=microsoft-fabric&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2025 18:44:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4889113#M704</guid>
      <dc:creator>Mauro89</dc:creator>
      <dc:date>2025-11-30T18:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Eventstream and Azure Event Grid - how to get record/array instead of</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4895220#M714</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;welcome to this community forum.&lt;/P&gt;&lt;P&gt;The text in the nested data field is not recognized as JSON so the UI cannot support it directly.&lt;/P&gt;&lt;P&gt;Getting to the separate fields is possible when you use the &lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/process-events-using-sql-code-editor" target="_self"&gt;SQL operator&lt;/A&gt;. Using this low-code approach, you can 'program' to get to the values.&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="937100" data-lia-user-login="Mauro89" class="lia-mention lia-mention-user"&gt;Mauro89&lt;/a&gt;&amp;nbsp;mentioned, the alternative is just passing the Data field on as-is to an Eventhouse and using KQL to get to the separate fields. This can be done both using 'event processing before processing' (the table columns are created for you) and 'direct ingest' (an additional step is offered for mapping the message to a table format of your choice).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this answer helps you, a thumbs-up or marking it as accepted answer is appreaciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2025 18:21:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4895220#M714</guid>
      <dc:creator>svelde</dc:creator>
      <dc:date>2025-12-07T18:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Eventstream and Azure Event Grid - how to get record/array instead of</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4916427#M738</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I would take a moment to thank&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="629846" data-lia-user-login="svelde" class="lia-mention lia-mention-user"&gt;svelde&lt;/a&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 06:43:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4916427#M738</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2026-01-12T06:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Eventstream and Azure Event Grid - how to get record/array instead of</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4919189#M742</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="25991" data-lia-user-login="foks" class="lia-mention lia-mention-user"&gt;foks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 07:35:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Eventstream-and-Azure-Event-Grid-how-to-get-record-array-instead/m-p/4919189#M742</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2026-01-16T07:35:26Z</dc:date>
    </item>
  </channel>
</rss>

