My process has Start form setting 3 fields, Script task adding few more fields. but after the data is written to DB, Properties is limited to id only, other data is removed from Process variables.
No error in process model and data is written to DB as well.
Anything missed from my side ?
Discussion posts and replies are publicly visible
Check Out this . After Update it got changed . Just query back the data in a script task.
Thanks !! It worked after I added another script task to query the record back.
Hope Appian updates the training material soon with this latest change.
Hi Ashish Pundir,
Instead of adding new script task, you can add New Custom Output and use AC!RecordsUpdated to query record to store record data to your pv.
This would eliminate use of extra script task.