Creating tables dynamically in Appian, firing SQL Queries and Maintaining sessions

Hi Team,

I am having some queries as mentioned below:

1.  Can we create tables in Appian db dynamically ?

2. Can we fire SQL queries to Appian db ?

3. How to maintain the session of a user in a portal? I want to delete some table rows if user session is logged of.

Please help in this regard.

Thanks in Advance,

  Discussion posts and replies are publicly visible

Parents Reply
  • Thanks Stefan,

    My use case is like follows for the first point:-

    1. A user comes up in the portal, I want to store some data of that person in the Appian db's dynamically created table specific to that use data only (the data will be populated from third party api). Now, remember, my third point, I want to flush out that table if user logs off or session is closed. 

    So now could u pls tell me how I can do this ?

Children