Compare if a Select query returns data.
Summary
Compare if a Select query returns data.Content
Hi everyoe,
I am working on an integration where I must evaluate a condition, first I need to do an operation 'select * from ...'
if the query does not return records then I must send a notification that says no records were found but otherwise the table returns data I must send another notification that says there is data to process.
I tried to make the comparison taking the collection created after making the query as shown in the attached image but it does not work.
Any comment is grateful.
Tagged:
0