Skip to main content
rameshbabub7775
November 22, 2023
Solved

How to Configure a picker Field Custom

  • November 22, 2023
  • 5 replies
  • 0 views

Hi all,

I  have a scenario like user 1 will fill a form along with Product Category and submits , user 2 will receives the form and based on the details he has to fill the another form based on the Product Category ,here i want to design a a!pickerFieldCustom  in the form for search and select the products , here i need only products belongs to the product category given by the user 1 , how to achieve this please help me

thanks and regards

b ramesh babu

Best answer by konduruc733182

Hello rameshbabub7775,

Where are you storing the value for your editable grid, I would recommend you to wrap your cascadic data in an local variable that is row specific. 

5 replies

sriramk5349
November 22, 2023

Hi [mention:7f203c45eb0a4e0b8dca3f5b85b6db47:e9ed411860ed4f2ba0265705b8793d05] ,

Please go through below recipe. You will get an idea

Configure an Array Picker - Appian 23.4

konduruc733182
November 22, 2023

Hello rameshbabub7775,

As Sri Ram has mentioned you can use the format that is provided in the documentation, Where as the values for your Identifier and labels should be an out put or dependent on the Previous users input. So please make the Labels and Identifiers Dynamic instead of passing constants or hard coded data.

rameshbabub7775
November 23, 2023

Hai chaitanya ,

thank you for your reply it is very useful in my development , i have another query try to help me out , i am using a editablegrid,there are multiple header cells , i has a add new row kind of structure , there i am facing a problem like in first row i have selected the product by searching in picker custom component right, thats applying to the next rows select product field,  i want select a unique and individual product for each row . could you please help me

konduruc733182
November 27, 2023

Hello rameshbabub7775,

Where are you storing the value for your editable grid, I would recommend you to wrap your cascadic data in an local variable that is row specific.