Dear All,
I am trying to set up a page where a company adds multiple employees into an "Employee Dataset at the same time. Does anyone know if this is possible (and how) to do on 1 page rather than setting up a single entry per employee per page?
Regards
Hello,
This is possible through Wix code. To access Wix code, turn on developer tools .
Basically, what has to be done is, you should have an object for each entry (toInsert is the example object) in the following documentation: wix-data - Velo API Reference - Wix.com.
Then insert them normally after each other like in the documentation.
If you run into any trouble post your code here so we can debug it together :)!
Best,
Majd
When I use insert my user input data does not save? Does insert or bulkInsert not work with user input???