Hai Bubble Developers,
Thanks in advance.
I need to implement a Submit button which contain option for saving text and image data or select from dropdown. Ata time any one of this option should work. I didn’t want to enable both options at the same time.
I am uploading the image for more understanding the scenario
Create a checkbox that controls the visibility of the dropdown and the visibility of the input/image. Then set a condition on your workflow based on the checkbox’s value, one will use the input/image and the other the value from the dropdown.