I need to create a configurator

the application will be public on a website, I need each public user (without authentication) to be able to choose their products and have their own custom quote.

Do I need to use temporary variables?

Is this feasible?

thanks

Hey Marco! Have you seen these docs by any chance? I believe they should help answer your questions.

https://docs.retool.com/apps/web/guides/embed-apps

https://docs.retool.com/apps/external/quickstarts/embed

"Retool Embed allows you to authenticate users–internal or external to your company–into embedded Retool apps"

If you still have questions, let me know and I'd be happy to help! :slight_smile:

Sorry for this gravedigging
two more definite questions: I have to embed an app retools in an ecommerce webpage (it must be open to everyone without any login). Can I use embed apps?

If I am forced to use public apps without a login, can I pass data to the parent page?

thx

1 Like

Welcome back to the forum, @Marco_Salvatori!

  1. Yes, but only if you have a Business or Enterprise plan. You can check out the documentation here.
  2. Yes, this should be possible using postMessage. We have an example of this in the documentation here.

I hope that helps!