Our new Community environment is going to be launched soon!
This means that you will be redirected to the new environment automatically, where you can sign-in, look up - and post topics again. Please note that not all topics will be transferred, so it might occur that you can’t find the topic you were looking for.
I would like to import a XLSX file, using an Action, with in one of the cells a collection. How do I have to format this collection and how to I fetch the collection into a collection var?
See image below for examples of what I mean:
The XLSX if first imported into a temp import model to have more control of what is happening with the data. So in this example, both Name and Collection are stored in a Text property. Then I will loop through each record in the temp import model and deal with the data one row at the time.
Hey,
I would like to import a XLSX file, using an Action, with in one of the cells a collection. How do I have to format this collection and how to I fetch the collection into a collection var?
See image below for examples of what I mean:
The XLSX if first imported into a temp import model to have more control of what is happening with the data. So in this example, both Name and Collection are stored in a Text property. Then I will loop through each record in the temp import model and deal with the data one row at the time.
Login to reply