Hi,
My IF is not working correct since it depends on a API field that appears or does not appear depending on results (E.g. Page). the problem I face now is, I am trying to make an IF stating “IF Page is empty” then true does nothing, false, continues with the flow.
But when the results finish and I apply the and I check the Page, I get an empty array ([{ }]) instead of just blank and my flow continues to false instead of true as intended.
Any ideas in how to best process to go to “True”? Thank you very much.