Creating a notifier that only displays when something cannot be found

Hello! I'm currently trying to create a search algorithm for an app of mine, however, the notifier I'm trying to display always displays itself, even when the word or phrase is found and the question is pulled up. Can anyone help?

Add a break block in your then to stop the procedure iterating further

1 Like

When you find an item you have to stop the running or add the right results in a list to manage after. In the second case only if the final list is empty you have to show notice.

I got it to work. Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.