Hello everyone, I have an issue that I can’t seem to resolve. I’m trying to preselect the option ‘tattooed’ or ‘tattoo artist’ in my dropdown by clicking on the corresponding ‘tattooed’ or ‘tattoo artist’ buttons on the right. I can’t seem to make it work… Does anyone have a solution? Thank you for your interest, have a good day/evening
This may work for you:
- Create an Option Set with the two options: “Tattooed” and “Tattoo Artist”.
- Set the choices for your dropdown to be sourced from the items in the Option Set.
- Additionally, create a custom state that holds the Option Set.
- Set the default value of the dropdown to match the value stored in the custom state.
- Use workflows to change the state of your custom state.
Or you can use a custom state
Hi mkoss, Thank you so much for the response, that’s exactly it! But I’m having trouble configuring it in the workflow, can you tell me how you did it? Thank you immensely for taking the time
Glad to help, Simon! It’s really easy, all you have to do is create an action that modifies the custom state you defined earlier.
It works! Thank you very much for your help and your time, it’s awesome!!
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.