Hello.
We have recently migrated to version 6.0.8 from 5.9.1 and to version 2.6.5. of the advanced pack from version 2.5.12
We are experiencing a difference in the way BPM operates.
In version 5.9.1, when we generated a new record we were able to find out the ID of that new record. What we did was, once the record was generated, then we updated that record and in the update process we put: $somevariable = id; .
We did as shown in this image. Firest we created the record (green) and then we updated it (blue)
With that we had a variable with the value of the id.
However, in the version 6.0.8 this is not working in the same way. The variable always appears empty.
How can I do to get to know the id?
We have recently migrated to version 6.0.8 from 5.9.1 and to version 2.6.5. of the advanced pack from version 2.5.12
We are experiencing a difference in the way BPM operates.
In version 5.9.1, when we generated a new record we were able to find out the ID of that new record. What we did was, once the record was generated, then we updated that record and in the update process we put: $somevariable = id; .
We did as shown in this image. Firest we created the record (green) and then we updated it (blue)
With that we had a variable with the value of the id.
However, in the version 6.0.8 this is not working in the same way. The variable always appears empty.
How can I do to get to know the id?
Comment