I am trying to take the text in the Main wallet address input field from below, put it into the Main Address field of the Wallet field of the Current User. Then the yellow text should just display that. But looking at the data, I dont see the value getting into the user wallet.
Hi @hirscr Your workflows look correct! My guess is that the Wallet Thing hasn’t been created yet and assigned to the Current User? For example, if the Current User’s Wallet field is empty, that action won’t save any data because a Wallet Thing has not yet been created.
I guess that I imagined that when a user is created, the users corresponding wallet thing and masternode thing would get created with it since they are fields in the user thing. If this does nt happen I am unsure of how to create those things and assign one to the user
@hirscr My apologies for not being specific before. That workflow is definitely the right idea!
Do all Users have a Wallet? If so, it may be best to create this when a User signs up. For example, after the “Sign a User Up” workflow, you would have 2 actions:
The first action would need to create a Wallet Thing (as you did in your screenshot):
And the second action would be a “Make Changes to a Thing” action (Thing to Change: Current User), and change the value of the Current User’s Wallet field, to the Wallet that was just created in the first action (using…“Result of Step 3”.)
This way, every User will have a Wallet after signing up, and you can use the “Make Changes to a Wallet” (Thing to Change: Current User’s Wallet) action as you did in your original post: