Skip to main content
July 14, 2021
Question

transient value is not getting saved after the process model is debugged

  • July 14, 2021
  • 17 replies
  • 0 views

Hi,

I used a transient value in my CDT's, I able to see all the values while i am debugging the process model except the transient value, can you guys please help me with this issue. I did not get any errors but still, I am not getting the value their

I able to see the value in my interface in both the CDT's

    17 replies

    selvakumark
    July 14, 2021

    Hi [mention:cb55bee857194035a126a4b134ac0e8f:e9ed411860ed4f2ba0265705b8793d05],

    Did you track the changes in the variable using Process History view? This might help you to find the issue at the process level. Or, if the process history doesn't have this value, then the change may occur in your interface when you click on any submit button.

    July 14, 2021

    thank you selvakumark,I able to see the values in the process history but Y those values r not storing in the process variable may know the reason please

    selvakumark
    July 14, 2021

    If you're able to see it first, then the value might have been overridden in the process flow. Have you traversed through all the updates done to that variable?

    venkatasaisatyanarayanaraot000
    July 20, 2021

    Hi mamathak001,

    Hope this might be helpful,

    Use a script task ,

    create a new custom output , in the expression editor , use this code

    Expression: repeat(count(pv!ammenities),pv!list.listingId)

    saveInto : pv!ammenities.listingIdFk

    Process Flow: 

    1 Write to DB (list)

    2. Script Task (in the Data , create a new custom output and use the above code)

    3. Write to DB (ammenities)