Issue with passing DataTable to Action Center where column is of type List<String>

@ashwin.ashok
Please see a similar thread here by another member from Speridian Technologies

You might be passing a list to the dropdown key, which is not correct.
You should instead pass a string to it and the list of options should be passed to <dropdown key>_dropdown. You can check what we recommended with some steps.

Also, do check our docs for dynamic and cascaded dropdowns - Activities

1 Like