Can anyone suggest how to build a flow to upload rows collected through Kobtoolbox (or Kobocollect mobile app) in sql server.
Thanks in advance.

Can anyone suggest how to build a flow to upload rows collected through Kobtoolbox (or Kobocollect mobile app) in sql server.
Thanks in advance.
Hi @Anonymous
I haven't personally used Kobtoolbox but looking the documentation it says it support REST API and export data via excel.
Using the API — KoBoToolbox documentation
Exporting and Downloading Your Data — KoBoToolbox documentation
If you using REST API then you could use HTTP connector to retrieve the data on a scheduled basis. The other option is download the data in excel and read the data from excel sheet to SQL server.
Thanks