Hi @stephenjwz Have a look into this sample code - it explains how to
select some records, modify some values and then write back to the
temporary schema:
https://technowide.net/2017/05/19/iterating-custom-functions-record/If
you have a lot of records i.e. > 10K, then you will need to page the
record set select/write operations:
https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/advanced-workflow-data-enrichment/qaq-p/355955Note:
if you need to do recordset paging,...