I got help at the ESRI UC to start building a Power Automate workflow that is supposed to automatically update fields within existing point and line features that intersect the newly created polygon features. I've been fiddling with it and although my current flow says it is running successfully, when it gets to the part where it is supposed to update point and line features, it skips this part. I am new to all of this and would appreciate tips or advice!
In the above image, the left side is to update lines and the right side is to update points. I was testing if the additional query step was helpful or not. Since neither lines nor points updated, neither option worked.
And here is where I see it has skipped updating any points:
If I had to guess, the for each action is being provided an empty array [], so it is skipping the action since there are no items to iterate over.
My suggestion is to look at the 'outputs' of one of your flow attempts:
Thank you, @CalvinHarmin . Good suggestion. I added email notification to check what was happening with my Fetch updates action, and indeed it is not actually pulling info of new features. I'll report back if I make any progress!