Avatar

Correct answer by
Level 4

Hello, 

 

If you just want to store in temporary table. Then you can also do like below: 

1. First create  a schema like cus:tempWebAppName

2.  Define the fields as per your need. You can also add creation date. Define the link with other table if required.

3.  Insert the data in this table with xtk.session.Write in this table. 

4. You can use this data, where you need to use.

5. You can create a workflow to purge the old data which is not required from this table.

 

 

List also create a table. If you want to see the name of this SQL table then go the list and open the XML via option in the top Edit->Edit XML. Then you can see it.

Parvesh_Parmar_1-1654774630461.png

 

 

Parvesh_Parmar_0-1654774550579.png

 

 

 

Thanks. 

Parvesh.

 

 

 

 

View solution in original post