![]() |
mbintex 10/1/2024 |
Two solutions here:
|
C
|
cristi 10/1/2024 |
Sessions in php can be used as arrays. |
![]() |
Admin 10/1/2024 |
You cannot directly access field values in the code snippet, code snippets are not events and run in their own context. You can do however what @cristi suggests, use Process Record Values event to save $values array in a session variable and then access this array in your code snippet. |