WorkFlow does not capture result from steps

Im trying to modify a User field without success. It seem the workflow isnt recognizing the “Result from step1”

After Step 1 i try to create a new thing called “Organization” and add the previously created user to a field of this thing called “usuarios_lista”.

After excution, the organization is created but user not added, also user isnt modified to have this organization:

It doesnt work, somehow Results from step1 arent added or used to add to list, the only workaround i have founded is changing the expression to this:

I need to change to : Search for user and add the latest one ( the one previously created)

After that i execute and now i can see the user added to the list and the user having its field organizacion modified.

Am i doing something wrong?

Thank you

That works then? Prob should get the user by email…

Did you observe the privacy rules for the USER table in your database? The restriction might be coming from there. In any case, it would be helpful if you set the editor link to “view only.”

Use Current User instead.

How can i share a link with view options only?

That does the job too thank you. Still a bit confused about why not accepting results from step X.

I’m fairly sure that, up until about 3 days ago, you could never refer to a ‘Sign the user up’ action in subsequent steps..

So it’s probably a bug that you can even select it as an option (or it’s been added recently but, as you’ve discovered, isn’t working correctly).