Hello! 😄
I have a flow that runs a query on a PowerBI dataset, parses the results and then either (a) updates an item in my Sharepoint list if it's already existing or (b) makes a new Sharepoint item.
The flow determines if it's new or existing by filtering for items that have the same 'Title' (plain text field) AND the same 'Name Only' (plain text field).
It works but it's slow, around 30 min for 500 items. I'm wondering if this is an acceptable time for this to take or if I should be doing something different in my flow to make it faster?
Pictures attached.
Thanks!