Hi,
I am working on one project where I need to implement the following functinaltiy:
-
I have a one app. In this app there is one field where user enter Number (like: SF-12345) and there is button.
-
On button click I need to pass this field value to API and get the Output and fill the fields accordingly in the same app.
Currently what i have implemented:
- Created Rest API data connect and Webhook is returning data correctly in JSON format. In Rest API call there are two hits will go . In first Post request it generated the Token, Once i will get the token . I include this in second Get request and get the output (JSON Format). Till this point it is working fine and getting the desire result.
Now I am facing the following Challenge:
- I am creating one funciton that will hit the same API which i created earlier but problem is I am not getting the output (As per my understanding may be Oauth is not verifying it)
Can anyone help me on this how i can get the output