How to store/save a previous set of form inputs as a 'save search' function?

The data store does not support nested structures like objects and arrays. It supports flat structure only.

1 Like

Ok, got it - thank you!

The other option would then be what Antony has suggested. One improvement on that could be that you don’t really have to set all the variables at the time of calling “LOAD” function. If you just set those GET params in the definition of the server connect, and later just call sc.load(), it will automatically bind and send all values.
But this means you will have to configure a separate server action.

I don’t think there is any other way for now, since one set of fields can only be put inside one Form.

1 Like

@Teodor, it would be great if the Wappler GUI didn’t offer the option to add objects in a Data Store then!