I have a from for a DOM definition and a variable that takes the ID of the last created instance. I would like the DOM definition form be filled in by the updated variable value. Is there a way to do this?
Sebastiaan Dumoulein [SLC] [DevOps Enabler] Answered question 4 days ago
Hi Sion,
I don’t think this feature exists at ingest time in a form, but you could use the ‘On Create’ script. This would run after an instance is created, letting you fetch the ID of the previous instance and populate it in the new one (see docs).
Sebastiaan Dumoulein [SLC] [DevOps Enabler] Answered question 4 days ago