Hello Guys,
I have some simple question.
I want to make some hints which help new users to understand my app quicker. I don’t know how to make a condition: when database is empty(there is no a thing created) show some pop ups.
Hello Guys,
I have some simple question.
I want to make some hints which help new users to understand my app quicker. I don’t know how to make a condition: when database is empty(there is no a thing created) show some pop ups.
Add a workflow on page load, with an only-when condition being nothing in the database exists. Then on the workflow step you can show the popup.
Tal
nocodify.com
yes, I know.
I don’t know how to write this condition.
In the workflow tab create an event “on page load”. Then an action “show” pop up, choose the respective pop up, and in the “only when” box of that action add “search things first item” (choose the thing, add the search constraints if any).
This should do the trick