I am currently creating a form where users input text, an image, and select the type of item from a dropdown. When I go to build the workflow that is triggered when the “Upload” button is pressed it lets me connect the text and image fields but won’t let me add the data selected in the dropdown.
My guess is that the problem is that I have a field in my database that I am trying to add to that is coming from another data type (which is a list of the items shown in the dropdown).
Here are a few images to show how I have things set up and the issue:
Here is the data type I am using for the list of items in my dropdown
I am then using this data type to store all uploads since multiple items can have the same selection from the first database and I don’t want the options repeated in my dropdown.
Incompatible selection is the one I need:
I am VERY new to this so hopefully it makes sense. Thanks for your help!