It looks like there is a database trigger event in backend workflow but that trigger runs every time there is a change. What conditions can I add or is there any other way so the trigger only runs at insertion (when a new thing is created)?
For example, do specific actions when a new user signs up?
One solution could be to do those actions on the frontend after a user signs up, but I don’t want to do it on the frontend for some specific reasons.
Hi @tika.kuikel
Set up the things that you want to be done in a traditional backend workflow and run it when a new user signs up. It will be processed in the background (on a server).
Best,
Alan
This topic was automatically closed after 70 days. New replies are no longer allowed.