Hi,
I have a datatable which contains of multiple rows. I need to show each row value inside drop down in Forms.
Any help on this please?
Hi,
I have a datatable which contains of multiple rows. I need to show each row value inside drop down in Forms.
Any help on this please?
@Parth_Doshi
Could you please help?
You have to choose which column you want to use for the pulldown, it can’t have multiple columns.
You pass those values to the form as an argument with array of string (String[]
).
To convert a datatable column’s values to an array:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.