Display an alert

Hello,

I have created a group that is displayed only when all the search data is shown.

However, I would like to display an alert message when there are no results.

Here is an example:

Here I have a result so I don’t need the alert.

However, it can happen that there are no results and in this case, I have the space that is displayed but remains white as below:

How to display a message on this white space only when there are no results?

Thanks

You can add a group, with some content (such as an icon and some text) to let Users know there are no results.

Just use a condition (when the RG’s list of things count is 0) to show this group instead of the RG.

1 Like

Thank you !