Hi, I am trying to utilize Bubble’s API connector and connect to LOB. I have added the parameter key value pairs in the API call set up, and initialized the API, but the parameters are not allowing me to dynamically input the values from the client. Please, let me know what I am doing wrong.
Thank you!
All your parameters are set to “Private”
1 Like
Private means that you already set up the parameter and won’t be considered as variable during the workflow. In fact it doesn’t show as in your image. Usually you set it to private if it’s a parameter that is constant and you want it private, for example some keys ids needed to identify the specific endpoint
1 Like