Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Table function

Hello everyone,  

I have a question that table function is created in the database with set of columns and How will I use the table function in appian with some parameters?

Can anyone please help me to further proceed?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I think you want to use your table into Appian to either fetch the data or update the data. If yes, then you have to create the CDT by using create from existing Table or view option into Data type and post that you have to provide the datastore name and the table name and after that create a constant to use that CDT into queryEntity or writetoDatastoreEntity function to fetch or update the data respectively. 

Reply
  • 0
    Certified Lead Developer

    I think you want to use your table into Appian to either fetch the data or update the data. If yes, then you have to create the CDT by using create from existing Table or view option into Data type and post that you have to provide the datastore name and the table name and after that create a constant to use that CDT into queryEntity or writetoDatastoreEntity function to fetch or update the data respectively. 

Children
No Data