Hello all,
I’ve seen topics on how to pass a datatable into a form DataGrid or EditGrid, but I was wondering how to pass out the DataGrid into some argument, like a datatable or a dictionary.
For example, I have a form for cases and users choose a violation number(1st column) and the number of cases(2nd column) that contain that violation number.
The DataGrid has the property name ‘cases’
Violation Number has property name ‘violationNum’
Number of Cases has property name ‘numCases’
I’d like to pass the inputted data to a datatable as shown below:
But it comes out empty. Is there a way to do this? I know I can deserialize the JSON string output but I’d prefer not to, if possible.
I can also attach an example workflow if that’d help.
Thank you in advance!
