
Announcements
Hello
I am trying to create a flow that takes excel data and sends a notification if the Score is less then 90%. I have created a float expression: float(items('Apply_to_each')?['Score']) in the condition to take the Score data from the excel table but I either get an Invalid Template error, or when it runs it sends me notifications for all the data on the table
Hi @KDV,
Do you want to send email to the user whose score is less than 90% or sum up the data that the Score is less than 90%?
If you want to send email to the user whose score is less than 90%, please check as below.
If you want to sum up the data that the Score is less than 90%, please check as below: