Attended Robot Drop Down list

i am trying to have a dropdown list in the Form_Inputs get data from an asset but i cant seem to get it to work

the dropdown list name is : selectUser and i am using “Users_Asset.Split(”,“c).ToList()” to change the asset to a list and save it into a new variable




@adel_alaa42

the argument name should be selectUser_dropdown..I hope the dropdown field key is selectUser

cheers

Hi @adel_alaa42,

Welcome to Community!

As per the new Form Activities we need to use .Items to pass the input to dropdown, but even if you update dropdown values using Set Form Values, not sure if drop down will gets refreshed later on.

Other options you can try with are

  1. Sending all dropdown values at once and filtering them using JavaScript logic based on user input
  2. Closing the existing form and showing it again with existing changes + new drop down