Replies: 2 comments 1 reply
-
| We won't be able to support that short term - converting to a discussion | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
In a workflow with a webhook -> action node, I want to feed phone numbers from a web form into my
Peoplecollection. Unfortunately, regardless of input, the entries that are being created always show a country code of+1:Action node "create Person", can't seem to map input var anywhere to that select dropdown:
Input example from previous code node (sanitizing format):
Output of action node "create Person":
Final person detail view in the list of "People":
Clicking on the pencil symbol then shows the
+1being added in front, apparently a default?Expected behavior
Phone numbers should be able to be added during workflows with more detail, at the least with a separation or detection of the country code. Ideally even as a list of tuples {country_code, phone_number}.
Bonus: Also a default country code, if omitted during creation of a phone entry, should be either visible in the list and detail view directly, or even better, be configurable to be set and then also to be hidden or shown by default as well.
Beta Was this translation helpful? Give feedback.
All reactions