Hi,
I defined a Kusto Query as below:
>>>>>>>>>>>>>>>>>>
database("OPSDB").HealthKpi
| where DBName contains 'xxxxx'
| order by ModifiedDate desc
| project ATPSpike, ATPAvg
| limit 1
>>>>>>>>>>>>>>>>>>
And I used Kusto Run Query and List Results action.
How can reference the ATPAvg from the return value from Run Query and List Results action?
Thanks,
Hi @YujiNagata,
You could click the Expression button to input the expression - item()?['valueName'], the valueName is the property name of the output of Kutso:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
47 | |
39 | |
34 |
User | Count |
---|---|
91 | |
76 | |
74 | |
61 | |
42 |