<?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: Problem with action property in USQL in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Problem-with-action-property-in-USQL/m-p/296881#M7296</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;One important point to consider here is the difference between user action properties and user session properties in Dynatrace.&lt;/P&gt;&lt;P&gt;When defining your property, you have the option to store it as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;User action property – attached only to a specific action&lt;/LI&gt;&lt;LI&gt;User session property – attached to the entire session&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In your case, you’re currently using it as a user action property, which means:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;it’s only available for specific actions (as seen in the waterfall)&lt;/LI&gt;&lt;LI&gt;in USQL, when querying across many actions, most records won’t have this property → resulting in null&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To make it reliably queryable, you can enable:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="session.jpg" style="width: 516px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32522iB0F022ECE1D603D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="session.jpg" alt="session.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;“Store as session property”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This way:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the value is propagated to the entire user session&lt;/LI&gt;&lt;LI&gt;it becomes consistently available in USQL and filtering&lt;/LI&gt;&lt;LI&gt;it works much better for analysis use cases&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT userSession.stringProperties.appointmenttypesummary
FROM usersession&lt;/LI-CODE&gt;&lt;P&gt;This approach is generally recommended for business or analytical data like appointment type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2026 08:09:54 GMT</pubDate>
    <dc:creator>t_pawlak</dc:creator>
    <dc:date>2026-03-30T08:09:54Z</dc:date>
    <item>
      <title>Problem with action property in USQL</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Problem-with-action-property-in-USQL/m-p/296706#M7291</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am trying to query user action properties using USQL in my Managed environment, but I am not getting any results. Below are the steps I followed:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. I configured a user action property&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32466i3903D3D66159F913/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;I verified that the property is correctly captured and visible within the user action details&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32467iCA7FD0D2984CD7EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. I attempted to query the property using USQL, but the field is not recognized / returns no data&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT stringProperties.appointmenttypesummary FROM useraction ORDER BY startTime DESC&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 794px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32468i9A5E0982C3E19012/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I also tried filtering by this property in the User Sessions view, but no results are returned&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32469i9D56B3860C372E21/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;At this point, I would expect the property to be available for querying and filtering, since it is visible in the user action.&lt;BR /&gt;Could you please confirm if there is any additional configuration required for user action properties to be queryable (e.g., indexing, limitations in USQL, etc.)?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 17:19:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Problem-with-action-property-in-USQL/m-p/296706#M7291</guid>
      <dc:creator>arobayo17</dc:creator>
      <dc:date>2026-03-25T17:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with action property in USQL</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Problem-with-action-property-in-USQL/m-p/296881#M7296</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;One important point to consider here is the difference between user action properties and user session properties in Dynatrace.&lt;/P&gt;&lt;P&gt;When defining your property, you have the option to store it as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;User action property – attached only to a specific action&lt;/LI&gt;&lt;LI&gt;User session property – attached to the entire session&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In your case, you’re currently using it as a user action property, which means:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;it’s only available for specific actions (as seen in the waterfall)&lt;/LI&gt;&lt;LI&gt;in USQL, when querying across many actions, most records won’t have this property → resulting in null&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To make it reliably queryable, you can enable:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="session.jpg" style="width: 516px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32522iB0F022ECE1D603D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="session.jpg" alt="session.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;“Store as session property”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This way:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the value is propagated to the entire user session&lt;/LI&gt;&lt;LI&gt;it becomes consistently available in USQL and filtering&lt;/LI&gt;&lt;LI&gt;it works much better for analysis use cases&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT userSession.stringProperties.appointmenttypesummary
FROM usersession&lt;/LI-CODE&gt;&lt;P&gt;This approach is generally recommended for business or analytical data like appointment type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 08:09:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Problem-with-action-property-in-USQL/m-p/296881#M7296</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-03-30T08:09:54Z</dc:date>
    </item>
  </channel>
</rss>

