Hi,
Can anyone please help me with this?
I'm trying to check an array in Power Automate whether it has a number or not, and return its index. The array is received from powerapps as a string and the number of elements is not fixed, but it could have one numeric value.
some examples of the arrays the flow might receive from powerspps
["","","200",""]
["","",""]
["","400",""].
The flow I need to make should check first if the array has a numeric value or not, and if it does, the flow should return its index and a variable.
any thoughts?
Hello @OmarSaleh
This is what the flow could look like:
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1