I am building a notification flow and have run into a snag.
The flow reads a group, then for each member of the group it extracts the mobile phone number, reformats it, and uses a 3rd party connector to text that user.
Works great for user objects, does not work for mail contact objects.
The sticking point comes because users store their mobile number in the "MobilePhone" attribute. Contacts store their mobile number in the "Mobile" attribute. The notification group has both users and contacts in it.
I have created a test flow and created a step which sets a variable to the value for "Mobile" but it does not return the value. The "Mobile" attribute does not show up a valid option, I typed it in.
Anyone know how I can pull attributes out of a Mail Contact object?