Error: Cannot create a user with an empty login name. [WooCommerce]

Answered
0
0

Based on the documentation.
I tried multiple variations of the trigger variable but without success.
What Am I doing wrong please?

16 seconds ago Error: Cannot create a user with an empty login name. CreateUserFromWooCommerce Create user 50 Not logged in 73.68.172.66
16 seconds ago Error: Cannot create a user with an empty login name. CreateUserFromWooCommerce Create user 31 Not logged in 73.68.172.66
16 seconds ago The specified element of the list is not set: {TRIGGER[customer][meta][shipping_first_name]}
Make sure that you’ve specified the correct key (index) or list variable CreateUserFromWooCommerce Create user 21 Not logged in 73.68.172.66
16 seconds ago The specified element of the list is not set: {TRIGGER[customer][meta][shipping_first_name]}
Make sure that you’ve specified the correct key (index) or list variable CreateUserFromWooCommerce Create user 17 Not logged in 73.68.172.66
16 seconds ago The specified element of the list is not set: {TRIGGER[customer][meta][billing_email]}
Make sure that you’ve specified the correct key (index) or list variable CreateUserFromWooCommerce Create user 13 Not logged in 73.68.172.66
16 seconds ago The specified element of the list is not set: {TRIGGER[customer][meta][billing_email]}
Make sure that you’ve specified the correct key (index) or list variable CreateUserFromWooCommerce Create user 8 Not logged in 73.68.172.66
16 seconds ago Start workflow (hook: woocommerce_order_status_completed, 10) CreateUserFromWooCommerce WooCommerce order status changed t 0 Not logged in 73.68.172.66

  • You must to post comments
Best Answer
0
0

The structure of the WooCommerce variables has been updated in the last version (1.7). Please install it. Starting this version you can use these variables: https://jetflow.io/automate/workflow-variables/woocommerce-fields/

Here are variables you can use in your workflows:

{TRIGGER.shipping.first_name}
{TRIGGER.shipping.last_name}
{TRIGGER.billing.first_name}
{TRIGGER.billing.last_name}

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.