Hello!
I have created an app that works like the following.
1. Scan barcode (which is a discriminate ID).
2. Sharepoint list item created (via patch with OnScan or a button control).
3. A separate Flow searches for the ID in the o365 universe and edits the item with the display name.
Is there a way to wrap #3 into the app usage? I put the connector for O365 users in the app but I'm running into a wall on what to do with OnScan, for example. Each scanned barcode will definitely match in the system so there isn't a need to search and display results. Just scan the code, get the name associated with that ID, and make the SP list item.
Edit:
I've found the string for SearchUserV2 but I'm struggling to find the context of how to write the function to make it search, pull, and print the DisplayName from the Barcode Value (essentially Nickname)