Hello there everyone!
First time posting here! I have a problem.
Just recently learn the existence of MS Power automate and i love it, but we(As the safety department) are trying to "automate" a QR based MS forms on workers temps (for covid safety protocol management reasons)
I want the flow to send me an email alerting if a person outside my organization (the email id part must not be considered so everyone can respond, and the form already is programmed for that) enters a value above 37°C in a particular question of the form itself.
The questions of the form(They are originally in Spanish) are:
- Name
- Personal ID number
- Company
- Date
- Temp
The issue is, the flow fails in the "condition" action (Illustrated in the image below) when we enter the specific value.(NOTE: If i delete the needed value, the flow test succeeds immediately. still not reaching the expected result)
what can we do?
In advance our sincere thanks for the help.
Gabriel Vergara (ES&H) Bechtel QB2 Port. Chile.
Hi @Gabriel-ESH ,
Well, in affraid that your 'Temperature' response is a string type and you try to compare it with a integer.
If think you need to invoke the int() function in expression on dynamic content to solve this issue.
Hope it helps !
int(outputs('Get_item')?['body/OData__x004e_um1'])
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
My thanks! it pointed the way to solve it. still trying to figure it out.
Its really appreciated !!!!
My thanks! this gave us good pointer...still our issue now is literally learning to code.
@Gabriel-ESH there are many tutorials on YouTube, you can check many MVP channels like Reza Dorrani, April Dunhum, Shane Young just to name a few.
Just go through 10-15 video's and you will be a pro in just a few days 🙂
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 |
---|---|
34 | |
15 | |
15 | |
13 | |
7 |
User | Count |
---|---|
41 | |
31 | |
25 | |
11 | |
11 |