Skip to main content
Participating Frequently
October 24, 2025
Solved

Why Is My User Email Blank Here?

  • October 24, 2025
  • 1 reply
  • 66 views

Any Idea why my user_email variable would not be passed through here or be blank as you can see in the canonical_endpoint? I have also tried replacing “user.email_addr” with “mw.user.email_addr”. Why are neither of these working? Is my syntax incorrect? Or could I have incorrect bot configurations? I wouldn’t need a slot here would I?

 

This topic has been closed for replies.
Best answer by chaney.zimmerman

hey ​@bblanch , i think the issue here is when you specify your input arg “user_email”, you’re not including the correct syntax for the user reference, it should look like the below

user_email: meta_info.user.email_addr.$LOWERCASE()

here’s some docs: https://help.moveworks.com/docs/data-bank#meta_info

1 reply

chaney.zimmerman
Employee
October 24, 2025

hey ​@bblanch , i think the issue here is when you specify your input arg “user_email”, you’re not including the correct syntax for the user reference, it should look like the below

user_email: meta_info.user.email_addr.$LOWERCASE()

here’s some docs: https://help.moveworks.com/docs/data-bank#meta_info