Hi all,
I have a question regarding the WFElements table and using Item list as a data source.
I have an Item list that displays customers using a SELECT query from WFElements.
I can see the Add button on the Item list and I can add rows on the UI.
My question is:
Is it actually possible to add new customers using the Item list and then persist them to WFElements (or another table) so that they appear again when opening a new workflow instance?
For example:
I want to add a new customer with a specific date and description directly in the Item list, and after saving, have this customer stored and visible in the same Item list for future instances.
Can this be achieved using Run an SQL procedure, or is Item list intended only for displaying data and not for creating new workflow elements?
Thanks in advance!