Composite type issue

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.

Can you share a picture of your setup? I’m guessing you’re trying to save the team name (a text) on the user when it’s actually expecting the team object itself. Or the other way around. A quick image could help diagnose!

It’s alright, I figured this out, thanks for the reply though!