I’ve added a button (‘DRAFT’ - pictured) in said Group, and what I would like to do is add a workflow that adds that cell’s name into a state. However when I try and add this to the workflow, I get this error:
“Value should be a list of players but right now it is a text”
I’ve been going crazy looking at this problem for days - I know its probably related to me needing to reconcile the data with my data type ‘Player’ but I can’t seem to find out how to do this. Feels like I’m missing a step. Any help would really be appreciated!
The field I’m trying to pull in is a player name (so its type text):
@yamada.shoji99 if i set the state to type text, will i still be able to save it into my data base? I have a ‘Player’ data type and a ‘Team’ data type. A team is made up of a list of these players.
You cannot use a DB type for an API type. If you need a player name, this is a text, and list should be of type text. If you want to a cell of your RG, you need to set the state in the same type of your RG. Because current cell is of type RG data source. You can aave this to your DB with the value of this object.
However, what I’d like to do is categorize it based on the player’s Position (field of the Player data type). For example, I want all the QBs drafted to be categorized together, all the RBs together, etc.
I’m struggling on how to do this since when I set the State, it only pulls in the player’s NAME (and not position). I’ve tried creating a separate repeating group with the state as a data source (failed), and several other methods with no luck. Any idea @Jici@yamada.shoji99, or anyone else? I feel very close but just can’t seem to crack the nut.