Question
Lantiqx Systems India Private Limited
IN
Last activity: 29 May 2024 6:15 EDT
How to add data to the dropdown?
Hi,
If we add a new value in the text input field, it should automatically get added into the dropdown field for the next time to select.
Regards,
Mamatha Adiraju
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Maantic Inc
IN
You have to create an utility on the action set of the input field which will add a new record in the table from where the dropdown is being sourced from. In the utility, you can do it in several ways, but the recommended approach would be to use savable data page.
Pegasystems Inc.
IN
@Mamatha Adiraju Step-1 : If you have DataPage to store the value that you add to the text filed then it will be fine , If not you have to use the savable data page and save the data that you enter in the text field Step-2: Then this Datapage need to be used as a source of the drop down that you use, This will populate the property with the values that you have in the data page Thank you !
Eclatprime Digital Private Limited
IN
Hi @Mamatha Adiraju,
We can achieve this by using data pages and report definitions.
Step1: Whenever you enter a new value in the text field need to save in the data table,
Step 2: Now you have to fetch the value to dropdown by using Report definition, Data pages, and Clipboard Page.
Regards,
Sai G
Rulesstack Private Limited
IN
Hi @Mamatha Adiraju,
As per my underestanding please follow below steps,
- Create a text input property for entering data
- Save the text input property into data table(By using activity )
- Configure dropdown control in section
- Source for dropdown data page (Take from text input saved data type.
Thanks
Mohd Qizer uddin
LTIMindtree
IN
You have to create a utility on the action set of the input field which will add a new record in the table from where the dropdown is being sourced from use saveable data page.
Updated: 29 May 2024 5:09 EDT
Cognitonic Systems India Pvt Ltd
IN
You can try this way
- For the Dropdown property use the source as DataPage and for that source is Report definition
- Enable the checkbox "Reload once per interaction" option under the Load Management tab on that DataPage.
- In the section for the Dropdown property add actions (Click----->Refresh.
and please find the below attachments also
Eclatprime Digital Private Limited
IN
Hi @Mamatha Adiraju,
Create a text input property for entering data and save the values entered for the property data table using Dpage.Next add the property in the section with dropdown control, source for dropdown property needs to be selected as data page.