🇳🇱Netherlands bigbozz
A year later, but having the same problem.
I found a work-around by adding one action first:
- Action 1: create a variable
type: entity:user;
value: @user.current_user_context:current_user;
variable_name: user_data;
- Action 2: Get access to user fields;
- Action3: Set a value
Here you have access to the current user fields now (user_data.field_[your_field]);
🇳🇱Netherlands bigbozz
Can you please give an update of the migration to D8/9/10? I used this module on my old D7 site and it is/was very useful. For my new site I hope that you can make a D10 version of it. That would solve some problems for me. Or is there any alternative that I don't know yet?