How to insert form data to SQLite table?

I created a form to insert data to SQLite table.
I have four fields first one is orgId which is auto increment, orgDis,orgName and orgMedia. and all types are text. I created API action but when I select table then in output query shows
insert into org (orgDis, orgMedia, orgName) values (?, ?, ?) returning orgId.
is it will work. I tried it not working.

Hi Vikas, welcome aboard!

This series will give you an idea:

https://www.youtube.com/playlist?list=PLUjqTJN3byC8-qBFItSeBYuXolTng41pN

Hi ben,
This shared video very helpful me. I did as per shown in video, its working now.
Thank you so much for sharing this video.

1 Like