Hey Everyone,
I need help with the last step of a flow I built, hopefully someone may have some ideas. I have a Sharepoint list where my users can enter their travel plans (Departure Date, Return Date, Country). My flow runs every day and looks for list items where the Start date is equal to the current date, and if it finds one, The user is added to a Group called Users on Vacation.
We have conditional access in place, so I manually log in to Azure Conditional access, and update the Named Location called Users on Vacation - I check the country where the user is going.
What I would like to do is have my flow update the named location instead of me doing it manually. GPT told me this is possible, but involves registering an App in Azure, granting it permissions to the Graph API, and a bunch of other steps. I read through all of it but I don’t get it.
Is there an easier way, or can someone point me to a more human readable guide on how to do this?