Convert a list of a data type to dynamic data rows
Divya Saidu Posts: 8
10/17/2022
|
Hi, I have a sub flow that takes in a dynamic data row as input. I am using a fetch entities step to get the required data. I want to make the fetch step outputs as dynamic data rows and give them as input to the sub flow. Could you please suggest any steps that would be of help.
|
|
0
link
|
Michaelbrown Posts: 4
12/12/2022
|
Create a console application and add the Student class with the properties as below. In Main method, create a list of students as below. Now we are going to convert this list object to a DataTable. For that we need to create a new class and a conversion method as below. Follow this steps to convert Data type to Dynamic data rows. PrepaidGiftBalance Mastercard edited by Michaelbrown on 12/12/2022
|
|
0
link
|
Mohd Sami Uddin Administrator Posts: 26
12/12/2022
|
Hello Divya,
To get the output as dynamic data rows, use the ListMappingStep. Please refer to the List Mapping Step documentation and let us know if you have any concerns.
Regards, Sami
|
|
0
link
|