12 Aug 2020 03:03 PM
Hello
I find that user action property does not work throught USQL.
Is it really so?
the documentation of Limitation does not say about it https://www.dynatrace.com/support/help/shortlink/user-session-properties#limitations
Are there any plans to add this functionality ?
My example:
user action property for action:

user action property does not work throught USQL.

Solved! Go to Solution.
12 Aug 2020 03:27 PM
That is correct, user action properties are not yet supported in USQL. I can't provide specifics but from what I've seen it is quite close to being available.
13 Aug 2020 05:54 AM
User action properties will be available for usage in USQL with version 1.200. So it will be available by end of August.
Example: select useraction.stringProperties.web_utm_source FROM usersession
13 Aug 2020 07:06 AM
will it be available for the funnel function?
for example, I want to indicate as a step - the action where a certain was called user action property ?
example:
SELECT FUNNEL(useraction.name="/easytravel/main" AS "Step 1",
useraction.stringProperties.web_utm_source="/easytravel/rest/journeys/969" AS "Step 2") FROM usersession
25 Mar 2026 06:18 PM
Hi,
Thanks for the clarification in this thread.
I wanted to check if this capability is currently supported in recent Dynatrace versions.
I am working in a Managed environment and attempted to query user action properties via USQL (based on the expected syntax), but the fields are not recognized and no data is returned.
I also reviewed the release notes but couldn’t find a clear reference confirming that user action properties are fully supported in USQL.
Could you please confirm if this feature is officially available today? And if so, is there any specific requirement or syntax needed to query user action properties correctly?
Thanks in advance.
Featured Posts