I have 2 different types of data. Users and Vendors. The User data type has a Vendor field with a field type set to Vendor. As users sign up to be vendors, I link them together, however, when I initially set up my app, I wasn’t linking the vendors to the users with the exception of the Creator field on the Vendor type.
Can anyone point me in the right direction to link the vendors to the User’s Vendor field after the fact?
I’ve tried to do so already by having a group that evaluates to a user.
Within that group, I display the User’s Vendor and another input that searches for the Vendors Unique ID only when the creator is = the parent group’s user.
I then created a workflow event that makes changes to a Parent Group’s user. I tried to set the field = the input that did the search for the Vendors Unique ID only when the creator is = the parent group’s user. However it doesn’t allow me to do this for what I assume is that the data types do not match. Vendor is a “Vendor” type and the Unique ID is a text type (I think).
Any help will be greatly appreciated as I do not want to update the data base manually.