Transfer a value from the current user to the other user in table. How do I do that? I’m not getting.
Use ‘make changes to a thing’ and define the User you want to modify.
Add the specific field you want to change
Set the value to the Current User’s field value.
So, I want the user to choose who they want to send the value to
That’s no problem… how do you want them to choose another user?
You can use various methods to allow them to select another user: e.g. a dropdown menu, a search box, a repeating group, etc.
Once a user is selected, you can simply refer to that user in your workflow as the user you want to make changes to.
For example. if your User selects who they want to send the value to from a search box, then use ‘make changes to a thing’ and select the search box’s value as the thing to change.
Then select the field to change, and set the value to the current user’s value for the same field.
Select the user through the search box, then when selecting the value in the drop-down menu, that value will be taken from the value of your database table and added to the value of the other player that he informed in the search box.
Is that possible? In short, the value you selected in the drop-down menu is removed and sent to the user I selected in the search box
Select the user through the search box, then when selecting the value in the drop-down menu, that value will be taken from the value of your database table and added to the value of the other player that he informed in the search box.
I’m not entirely sure what you mean…
Are you selecting a ‘value’ from a dropdown to set as the value of the selected User on a particular field? (in which case why do you need to refer to your own value in the database?)
Or are you trying to select a specific field to change from a dropdown menu? Then set the value of the selected field on the chosen user to match your own value?
Either of those are possible - the first is very simple, the second slightly more complex, but still easy to do.
“Are you selecting a ‘value’ from a dropdown to set as the value of the selected User on a particular field? (in which case why do you need to refer to your own value in the database?)”
Yes.
In that case just set the specified field on the selected user to the dropdown’s value.
So run a workflow with a ‘Make changes to a thing’ action, the thing being the search box’s value (a User), and set whichever field you want to set with the dropdown’s value.