Invoke API call

Hi Guys,

Please suggest on this.
I need to check if we can use a form inside UiPath(SyForm) to input few values from user and click “Submit”. This click will invoke an api call (sample google api for weather forecast) get the response from api and show on the form, and trigger a bot(RDA) and this response from api will be treated as inputs to the bot.

Yes, you can use a form inside the UiPath using Custom Input Activity. Please look for my sample workflow in the below thread which explains how to use your own form and get the values into UiPath.

Regarding calling the API Calls, you need to check if java script calls supports in the form.
Give a try.