My suggestion, in the DB create a thing under “All forms” name it “form” make it a list, and it’s data type should be “form” since you already have that existing in the DB…
So whenever a new “form” is created by an existing user, you simply “make changes to"All forms” then you add the newly created form to the list…
In my simple thinking, that is the exact thing I thought would work. But I Keep seeing red.
Before, I created a new “All Forms” which I called “Package” like you advised.
To test, I created another one.
“Package” is a Package < what I have been trying to do.
“Package 2” is a list of All forms. Trying your advice.
Seems like everything I try … Red.
I can go into the database and add the package unique ID to the form manually but I need it obviously need to add it automatically.
The question is, and just trying to figure it out, Is my issue, that when they sign up as a user, should I be creating a package ID then in the database.
Then just add to it on the forms workflow.?
Or should something work here? I’m stumped, thanks for any advice.
Yeah you see the workflow action to create a new form, add another workflow action which will be to
Modify a thing (Do a search All forms:user =current user) then add result of step one with an only when condition that current user All forms is not empty…
Another workflow action this time around with the only when current user All forms empty, now you “set list” of result of step one and not "add list " as in the prev. action.
Note in the DB you must have linked FORM(list) to ALL FORM data type for this approach to work…