Hi Community,
I'm building a scheduled flow that assesses the most recent iAuditor inspections and only sends an email notification if a particular condition is met. The condition is True when a string occurs in the underlying iAuditor data x times or greater. Part of the complication is that the iAuditor Connector doesn't work with Repeat Sections, which is how the iAuditor form is constructed, so the Filter Array/ Compose combination detailed here can't do what I require.
Currently the Flow looks like this (the Compose actions in red are where I have been attempting to count the output):
I can see from the Raw Output that it contains the string I'm looking for:
String exists
I did experiment with creating an Initialize Variable action but it won't work inside an 'Apply to each', so I'm not sure if that is the right path to go down.
I've also played with building a 'length' expression, but with no luck so far.
If someone could provide a little assistance to get me past this hurdle I would be most appreciative.