I got a flow where I collect some info from a HTTP call (looking into MS BC 14). In the call there is alot off info, but since its a user that should fill out the most, something they forget to fill e-mail and/or mobile number.
Therefor I would like to sent an email, with the info about the salenumbes and telling them that one or both is missing on the order.
But how?
The idea is that when "For each" is done, there is is a variable that should save the salesnumber that have the missing info.
There I have a condition that is checked if there is something not filled and then sent a e-mail.
Because the variable "ColledResults" is outside the first "apply to each row" I need to clear it, so the email don't contain some wrong info.
I got a mistake that something isn't right about my condition, but I can't figure out how to solve this:
The first length is number, and the last email.
Anyone got some suggentions? :)