Skip to main content
November 4, 2021
Question

How to fetch table data and show in a a!dropDown control of interface.

  • November 4, 2021
  • 4 replies
  • 0 views

Created below table in appian DB

Create a CDT and a DataSet. Now I got struck while creating expression rule.

Can someone help here.

I want to bring id, Name from language table and show the data in a dropdownlist.

choiceLabel with "Name" column data

choiceValues with "id" column data.

4 replies

richardm900458
November 4, 2021

you have an error message at the left side ;)
 the paginginfo is missing at your a!query function. -> won't work without

November 4, 2021

I am getting an error even after using Paginginfo.

richardm900458
November 4, 2021

delete line 2 ;)