I would like the changes made by the user on the website to be saved to the database after clicking the save button.
So I would like to use a custom state for this purpose (I don’t know if there is another option). My custom state is list of data type which has 6 fields. When I create wokflow set custom state in the value field I cannot define all the fields of my data type.
Could you please give me a hint how to save such date temporary, without creating new thing in the database (before the user clicks the save button) ?
Unfortunately there’s no direct way to create a thing of type data temporarily without creating a new thing. What I recommend is using separate states of type text (and/or number, depending on the type), or a list of type text that you can later pull from to save the different fields into the datatype.