Store list rows in another list

0
Heii, I want to save the rows of a list in another list depending on the value in the column "name". My initial list is "ListofCurrentMode" and then I create a list of the entity for the conversion through the retrieve activity. Through a for loop I iterate through my initial list and query the "name" parameter through an if condition. Now I want to add a row to the retrieve list but I get the following error: How can I solve this? Here is my overall flow:
asked
3 answers
0

Hi Sophia, you can't add the NumericTable object to the HistoryDataList because it's an object from a different entity. What you can do is create a HistoryData_ActualParts object with the data you need from the NumericTable object and link those with an Id or association, depending on what's best for your use case. Does that help?

answered
0

So i am doing this in this way:


and on the end in this way:

but there is no data inside of the list, what am I doing wrong?

answered
0

Does anyone know why it does not work like this?

answered