Log-in required for back end workflows to function

To get this to work as you want it to, you first need to make sure the user’s email address is getting captured. So, somewhere on your form you need to capture that email address.

Then in the Backend workflow add a Parameter key that is type text and label it something like ‘user-email’. No need to worry about any checkboxes for ‘Expose as Public API workflow’ as this is used if you want to provide other applications an ability to trigger the workflow from that app. No need to worry about checking ‘run without authentication’ as that is also associated with allowing other apps to access and trigger the workflow. And no need to worry about ‘ignore privacy rules’ unless any data you may be using in the workflow has privacy rules, but seems like there is none.

So once you have it setup properly like the above screen shot then setup the step to send email like below

the user-email is the key parameter we created.

If there is other data you want to capture and send along, you can create other key parameters for those values.

If you have the form data saved in the database then you could just send the key parameter as that data type and make things easier to utilize all data from the form.

Example of database datatype for form data

Use as parameter key value

Screen Shot 2021-09-20 at 1.28.44 PM

And use in email action


When you trigger the saving of the form data trigger the backend workflow after you created the form data

Screen Shot 2021-09-20 at 1.30.55 PM

Learn More

Boston85719 is an expert Bubbler with a decade experience as an educator. Real name Matthew, he has been actively building SaaS apps, marketplace apps, scheduling apps and more for clients, himself and for sale as templates.

As an official Bubble Bootcamp Instructor, he leads Bubble Bootcamps on a regular basis.

Always willing to offer advice via the Bubble Forum, Matthew also offers Private Personal and Group Training Sessions.

Through his site, NoCodeTrainer, Matthew provides a range of tutorials with editor access to help you jumpstart your Bubble development.

Always accessible you can send Matthew a private message via the forum or send an email directly with your requests.

Be sure to checkout the Stripe Integration Course when you are ready to integrate Stripe payments to start monetizing your application via product sales or subscriptions.

Stripe Integration Course

NoCodeTrainer.com

1 Like