You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I have a dropdown of multichoices for the users to click on, and a 'send' button to make an Http call to my backend function. The idea is that whenever somebody make a choice from the fropdown, and make an HTTP post call to my backend function, the function will send a follow up message containing the information related to the user choice.
I was wondering if there is any way we could attach the choice values to the HTTP post call header or body?
The text was updated successfully, but these errors were encountered:
Now I have a dropdown of multichoices for the users to click on, and a 'send' button to make an Http call to my backend function. The idea is that whenever somebody make a choice from the fropdown, and make an HTTP post call to my backend function, the function will send a follow up message containing the information related to the user choice.
I was wondering if there is any way we could attach the choice values to the HTTP post call header or body?
The text was updated successfully, but these errors were encountered: