How To Copy A List From One Data Type To Another?

I am trying to copy a list of Things from one data type to another.

The fields in the two data types are identical.

I just need to copy a list of objects and then create a new list of new objects with the same data.

Hi @JustinC

I don’t know if that is possible or better how to do it like that.

One of the approach you can use that works for me is, You can have two Data Types with a status field (in my case I have “Orders” and “History”).

So when I receive a new order, I have a workflow creating records of this order in both my Data Types, I then filter and display data by the Status of the order.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.