Skip to main content
sandhyas0002
September 14, 2023
Solved

Id is not generating in process model

  • September 14, 2023
  • 7 replies
  • 0 views

I have create a table through records in DB, when I am trying to run a process model the primary key id is not generating in process where as the id value is getting stored in Records as well as in DB.

    Best answer by sureshd0004

    Do you set the input save into as well?  for example like shown in screenshot, if this is the case the PV will only be set to the value before writing to DB. If this is how your node also looks please get rid of the mapping of save into in the input tab which ideally should resolve your issue. 

    7 replies

    September 14, 2023

    Did you map the record updates from Node outputs in data tab to process variable?

    September 14, 2023

    Yes

    September 14, 2023

    Hi Sandhya,

    If you are using "Write Record" functionality, please check you are saving the updated record into your Process variable under Data->Outputs->Records Updated.

    Id will not be displayed in PV if you don't configure this.

    Hope this resolves your issue.

    Thanks,

    Aditya.

    September 14, 2023

    Hi Aditya,

    As per the latest release 23.3, we did the same process, ID is not displaying in process variable but it is storing in DB and record. How to get the id to PV?

    Thanks,

    Suranjan

    sureshd0004
    September 14, 2023

    can you add a screenshot of how you configured the node, ideally once you map the output the id should be set in the PV