You are not logged in.
Pages: 1
I have been using the data injection plugin for importing bulk assets at the start of each year as well as importing the assigned user of that asset in the same import.
What I am struggling with is how to make a data injection model that will update an existing item.
For example if I have a number of assets that I would like to update the users of those assets how can I make a new data injection model that will update the user field of those assets rather than create a whole new asset with the assigned user?
Offline
in order to update existing assets's user field using data injection, make sure that model includes a unique identifier (like asset ID), and uses conditional statement to update the user field of identified assets rather than creating new entries. Hope this help.
Offline
Pages: 1