I am building a flow and in it the append to array is taking too long even though it's a simple operation. If I am replacing append to array with add row into table, then it is completing faster. The actual append action is taking 0 seconds, but the whole apply to each is taking 5 minutes somehow.

