Hi
Extremely weird
Just for troubleshooting purposes, I would suggest:
-to add a dummy Compose action block in between List rows present in a table and Filter Array, and assign as its input the following expression:
length(body('List_rows_present_in_a_table')?['value'])
-to add a new 'List rows present in a table' after your condition, so it would apply no matter true or false branch are executed. By default, flow editor will rename it as 'List rows present in a table 2'
-to add a dummy Compose action block after this 'List rows present in a table 2', and assign as its input the following expression:
length(body('List_rows_present_in_a_table_2')?['value'])
REexecute the flow with whatever input that should create a new item, and inspect values on these two dummy Compose action blocks
Thanx!