Hello Everyone.
I have a cloud flow that uses the Get Items option for SharePoint lists to retrieve the current values in the list I choose.
For example, if my list looks like this and has two entries:
Name: Joe Bloggs
Email: jb124@email.com
Name: Jane Doe
Email: jd127@email.com
The flow will get those details and then I can add a condition to do something.
But, if someone updates the actual SharePoint list (e.g., adds a new list item or deletes an existing one) what do I have to add to my flow to tell it to check for updates to the SharePoint list I choose every time the flow runs?
So, I imagine my flow would be:
1 - Check for updated SharePoint list items
2 - Get list items
3 - Do something
Can anyone help me with point 1 please?
Thank you so much!