Hello,
In my PowerApp i have two collections that are brought in from two SharePoint lists at App Run. What i am looking to do is Lookup a particular column value in collection2 and see if it exists in collection1, if it doesn't i want to update collection1 with the record from collection2.
I've done something similar if the field !IsBlank but not if the record doesn't exist .
The app is for an employee directory and org chart. The data i am adding is Vacant positions to the main Employee collection. So when it checks the Main Employee collection list and doesn't find a particular position, it pulls that position from my positions collection and adds it to my Employee collection with the Vacant dummy data i have in that collection.
Does anyone have any suggestions for how i may be able to get this to work?