Hi All,
Flow Details: I am having a flow that gets the data from email and create a item in SPO List. And the column names are Record Number, City, Country and so on. I was getting multiple emails for one record number and at that time the flow need to check If the record number is existing or not in the SPO list.
Actions:
- If the record number is already exists in the list, then need to just update the Column values
- If the record number is not found, then need to create an item in the list.
Any suggestions on the condition part..
Thank you.