I have a flow that uses SharePoint Get Items. I am trying to test the length of the body/value to see if the Get Items returned anything.
In my condition I have length(outputs('Get Items - List B'])?['body/value']) is greater then 0, and it works fine if the Get Items returns a value however when nothing is found the flow errors out. I've used this approach many times but I am not sure if it works in all cases and might my other flows fail too when nothing is found.
Can is there a way to look for a null value or some other method of testing this?