Here’s my issue…
I have the pre-built user table as well as a team table in my datatype. I created a few extra fields in the user table, with one of them being team name field that has a field type of team.
When a user in my app first signs up, I have them create a team name. This triggers a workflow that creates a new record in my team table.
I then want to create a workflow that takes the team name the user entered, and ‘make a change to’ the user, so the team name field in the user table is set to the team name value the user entered on sign in. When I try this workflow, I get a type compatibility error. Any ideas on this? Thanks.