Hi, I'm having an issue with my flow where I'm unable to figure out how to check to see if a row exists within the SharePoint list i'm creating to.
Problem with my flow is, I am getting my data from a JSON array.
This is my flow currently below. Steps are as follows:
- Run a query against the data set.
- Store the data in a var (Which is an array)
- Parsing the JSON that comes out of the Var.
- I'm then doing a CheckContains contains(outputs('Parse_JSON'))
Does anyone have any ideas? Or a solution they are willing to share?
