Email link based on current version

I have an action that “sends an email” to a user right after signing up, the body contains among others the link of my app (development version) for testing purposes.

But i want the live version to send the link of the live app.

What the standard way to do it?

Is there a way to tell bubble to send different data based on the current version?

Yes. There’s a function called “isDevelopment” or something like that.

So, for example, you could send an email when isDevelopment=No and a different email when isDevelopment=Yes.