I have a list of users. I am creating a team. While creating the team, I am keying in the user’s age and pushing the data using Set State. Once the user is added to the Team List, I would like to edit the age of user and update the list of Team within the state.
Appreciate any help on this. Thanks.
@vinaytadahal You can create an input that displays the state data, make it not visible. Workflow action that “Once the user is added” make changes to database with the data from that input returning the state.
This topic was automatically closed after 70 days. New replies are no longer allowed.