Hi All!
I'm having a really frustrating time with Power Automate arrays and Apply to each, and could do with some sanity! I have a simple task. I want to take a section of text, split it into an array using a delimiter and then loop through the array to check each element.
So far, I've initialised the variable as and array, stored my sample text into a Compose action, set my array value using split to generate my array elements. The next step uses "Apply to Each" to loop through each element. This is where I am having problems - Power Automate always skips this and stops. I tried to simplify the steps by manually creating an array but still get the same issue:
It's driving me bonkers! If someone could point out the obvious, I would be eternally grateful!!!