Hy Bob. I'm having a problem with event loop inside save data
This is my array:
[customersArray] => Array
(
[returned] => Array
(
[0] => 2284
[1] => 2422
)
[var] => Array
(
[0] => 2284
[1] => 2422
)
)
and this is the "where" condition: id:{var:loop_event64.row} of the save_data inside the event_loop
The problem is that only the first record is updated.
Any suggestion?
This is my array:
[customersArray] => Array
(
[returned] => Array
(
[0] => 2284
[1] => 2422
)
[var] => Array
(
[0] => 2284
[1] => 2422
)
)
and this is the "where" condition: id:{var:loop_event64.row} of the save_data inside the event_loop
The problem is that only the first record is updated.
Any suggestion?