- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @JamesAlio
All adobe lists create a table in the DB. You can directly update that table with a SQl statement and execute that SQL statement with sqlExec.
You can get the list table name from the schema table as shown in this screenshot
Now all you have to do iterate your object and do a sqlExec for each item.
Thanks,
Manoj