C
|
copper21 5/18/2020 |
If you are just trying to view a value like that, you can just select the field you want, go to the "view as" section and then select "custom". |
W
|
wehaye author 5/18/2020 |
If you are just trying to view a value like that, you can just select the field you want, go to the "view as" section and then select "custom". $value = 'value A'; This will override the actual value in that field for viewing purposes.
|
C
|
copper21 5/18/2020 |
Ok, |
![]() |
fhumanes 5/25/2020 |
Just like the title I wrote. I'm trying to replace the value at the "List page: after record processed" stage with the following syntax: $data['keyA'] = 'value A';
|