busy-lawyer-62623
05/23/2023, 3:42 PMgreat-diamond-35515
05/23/2023, 4:13 PMbusy-lawyer-62623
05/23/2023, 4:15 PMgreat-diamond-35515
05/23/2023, 4:23 PM{{}}
syntax)
b. result path - this is where the result of the api will be stored (in the 3rd screenshot my_result
)
4. then you can use the response of the http in further step (in the 4rth screenshot - <http://connectors.my|connectors.my>_result.student_id
- assuming the POST response is {"student_id" "..." }
)
Few general notes:
• the returned payload from the API (e.g. lambda) should be an JSON object (aka { ...}
• This feature is relatively new - any further feedback will be highly appreciated! thanks 🙂busy-lawyer-62623
05/23/2023, 8:51 PM