C
|
Chris Whitehead 7/5/2024 |
You'll need to explode/split the field value in "after record added" then loop round the elements. // split the field value, any of these should work to make the field an array, I've provided a few just in case of sod's law. |
J
|
Jan author 7/5/2024 |
Works great. Thanks. |
C
|
Chris Whitehead 7/6/2024 |
No prob, glad it worked. I had the same issue a while back with IP address in a text area and needed to save them individually for access. |