I have 2 SharePoint list “IssuedPermits” list and “PendingPermits” list, each list contains owner and vehicle information such as the vehicle vin information. The vehicle vin information is what I’m using to check for duplicates.
I have a button in my power app that will trigger a flow that will send up to 20 vehicles information to power automate to begin the flow.
Step 1 & 2
Power Apps Trigger and ParseJSON
Step 2 & 3
Filter Array & VINNumber Select (Isolate VIN’s)
Initialize variable and get IssuedPermit list VIN info
Two Selects to clean up IssuedPermit list VINs for the search
This is where my problems and confusion begin.
The first Apply to each is the Body(‘Filter_array’)
Then I set the variable, then I get the IssuedPermits VIN numbers again to use in the next Apply to each, then my condition.
From my understanding it should loop thru each VIN number and increment the variable.


Report
All responses (
Answers (