After activating the User Lists add-on, navigate to AutomatorWP -> Custom User Fields and click “Add New Custom User Field” to create your lists.

On the editing screen, you can create the Custom User Field by adding the field name and the meta key, which will be used as the key to store it as user meta. The meta key only supports alphanumeric values and the “_” character.
The shortcode will be generated automatically so that it can be used in any post or page to display the stored value of that custom user field.

You can easily view the list of custom user fields and the associated shortcode to use the stored values.

You can add information to the Custom User Fields from the user profile in the WordPress Users menu. Inside each profile, the new Custom User Fields will appear, allowing you to add information for that specific user.

You can also add, edit, and use the information through the specific triggers and actions of Custom User Fields, which you can use alongside other integrations.
Triggers
The trigger “Custom user field gets updated with a value” will be executed when information is added or modified in the Custom User Fields.

Actions
The action “Update custom user field” will add or edit information in the specified Custom User Field.
