How to display saved data in a dropdown

Hello everyone !

This is the feature i’m trying to build : Allow customers to create their marketing persona with AI. Then be able to select the persona in a dropdown that is on a different page.

This is how the interaction would work :

  1. Persona is create based on the URL the customer add in the input. (Completed)

  2. Persona is saved in the database (Only the customer who created this persona would have access to it) (Completed)

  3. In a dropdown, have the opportunity to select our persona (Between all the persona we have created) (This is where I’m stuck)

My question is how to set this up, what workflow, etc…

Would appreciate any help !
Have a great day !

Can you clarify #3? What do you mean by “selecting our persona”? Is this a persona that is not created by the user? If it is, then you might need to rework your privacy rules since as you’ve mentioned in #2, “only the customer who created this persona would have access to it” (I’m assuming this is done through privacy rules)

As for the dropdown, assuming you have properly figured out which data to display using privacy rules, you need to simply search for personas :smile:

LMK if you have any questions.