Hi All
I have flow that gets data from few SP lists and converts it to a string. Total lists count is about 500 rows.
For ech of those rows I am checking one column if its null and also replacing ' with \' (as I am creating Javascript array of objects)
First time I ran it took more than 10 min and just timed out. I am running it again and its alrady taking 16 min.
Is it usual for flow to take that long (its just 500 rows)?
Why it does not finish but times out?
Thanks