Dear all,
I execute a sql query with the following outcome:
Solved! Go to Solution.
Hi @Vbv ,
Could you share a screenshot of the Flow configuration?
Please consider using Parse JSON to parse outcome, and then use Condition to determine if Date is equal to today's date when traversing Table1.
You could refer to the following blog to understand the usage of Parse JSON:
a-thesis-on-the-parse-json-action-in-microsoft-flow
https://flow.microsoft.com/en-us/blog/five-services-json-http/
The Expression you might use should be:
formatDateTime(item()['Date'],'yyyy-MM-dd')
Best Regards,
Hi @Vbv ,
Could you share a screenshot of the Flow configuration?
Please consider using Parse JSON to parse outcome, and then use Condition to determine if Date is equal to today's date when traversing Table1.
You could refer to the following blog to understand the usage of Parse JSON:
a-thesis-on-the-parse-json-action-in-microsoft-flow
https://flow.microsoft.com/en-us/blog/five-services-json-http/
The Expression you might use should be:
formatDateTime(item()['Date'],'yyyy-MM-dd')
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
42 | |
37 | |
36 | |
23 |
User | Count |
---|---|
42 | |
31 | |
28 | |
28 | |
28 |