Hi all,
I have to develop a workflow for one of our clients, that we are trying to implement in PreS.
For input we have 2 data type:
- PDF`s
- CSV
The desired outcome is printing the PDF’s with information added from the CSV.
The trick is that there’s no extraction of information from PDF`s in order to keep the record ID(outputted by workflow) and afterwards get back to workflow with Update data records with the same value as record.id.
On the other hand, there is a matching ID between both data type.
My question is, if there is a possibility of updating data records, based on a different id rather than record.id, as described here
Thanks,
fsh22