pass an auto increment primary key field to sub process

I have a PK field called requestId under request Entity. I want to pass the value of this requestId to the subprocess.

I already tried making the subprocess synchronous and also tried putting stored values to a process variable but to no avail.

context: requestId is a PK that gets auto-incremented in the db, whenever I call it on the subprocess, the value is null. But there are no problems when calling other fields

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data