Hi @Anonymous ,
Thanks for your reply.
Try flow step send an http request to SharePoint instead Get Items.
/_api/web/lists/getbytitle('listname')/Items?$select=Title&$filter=((Title eq 'example 1').
Next step use the JSON Parser. Then check the if condition to check the value is exists or not?
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks