Hi all
I’ve been tasked with building a generic component which extracts a value from an input DataTable
Inputs
INPUT: DataTable
INPUT: ColumnName
INPUT: RowNumber
Output
Output: Value (Object)
Please can I ask what code I would need to use in any assign(s) to get the output value, which i’ll then pass back to the process using an out argument.
Thanks in advance
Jordan
Hi @jordrowley ,
Start by creating an Xaml file with 4 Arguements -
3 of Direction IN
INPUT: DataTable - inDataTable -
INPUT: ColumnName - intColumnNumber -
INPUT: RowNumber -IntRowNumber -
and 1 of Out Direction for Output: Value (Object) - outObject-
In the Xaml we are specifying that we are returning the value in a form of Object from the input DataTable for the mentioned row and Column.
PFB Screenshot.
–
Mukesh
thank you so much for that, that has worked perfectly
Have a good weekend!
Jordan
1 Like
system
(system)
Closed
May 4, 2020, 3:15pm
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.