Hello,
If you are tying to use the dynamics content directly in another action, like SharePoint for example. You won’t be able to find certain fields if your data column is formatted as number, as the fax number and other fields appear to be as type string.
Please try adding a Compose action. You should be able to reference all fields from the Get User profile action.
And if you need to make the strings a number you could also use a Compose action with the expression:
int( )
And place the string value inside the ( )
—Josh
If you like my post please hit the "Thumbs Up" -- If my post solved your issue please "Mark as a Solution" to help others