Difficult to create a new Data Entry form

0
Every time I create a page from a button it is expecting a page parameter to be passed to it. What do I do if I do not have a parameter to pass to it and the form is blank to add a new record to it? There is nothing fancy about this entity. no relationships. Just a simple table with under 5 fields. But I do want to have a button on a page that opens the form. 
asked
1 answers
0

Depending on your page where the button (to create a new object) is:

- From a (Data/Template) grid, just use the default Create button and it will create object in the background

- From a page without a grid, call a Microflow (or nanoflow) where you create the object and then show the page (pass the newly created object as parameter.

answered