Hello there,
I'm trying to create a flow that copy some item from a list to an other. Once i copied it delete it from di original list.
I want that the flow copy and delete only the lines that have the status value set as "Closed" or "failed".
I tryed to put this code in the query filter in "Get item"( status eq 'closed' or status eq 'failed') but it doesnt work.
Thank you in advanc for your help!