Community Tip - You can change your system assigned username to something more personal in your community settings. X
I created a data table so my admin users can approve or denial requesrs, the ideia is to create a temporary table for when a common user make a request it gets stored in this temp table, and now i want to make a mashup so admin users can accept the request or deny, on accept my idea is to have a button to copy the temp table into my main table and on the denial just to delete the request from temp table. But im having problem transfering infotable informations to a data table.
Solved! Go to Solution.
Hi @GV_11098078 ,
If you try with Datatable, when multiple users access the data at the same time, the data gets overridden with each user's temp data.
Try Session Parameters, create a session parameter with baseType as the InfoTable, and then store the data in it as an temp table.
Thanks,
Hi @GV_11098078 ,
If you try with Datatable, when multiple users access the data at the same time, the data gets overridden with each user's temp data.
Try Session Parameters, create a session parameter with baseType as the InfoTable, and then store the data in it as an temp table.
Thanks,