Using this RTE, I would like to create as many records as there are fields
Hi,The import set table has the following data:[Field]=[Value]name1=test_name1name2=test_name2name3=test_name3 Using this RTE, I would like to create the following records in table A:record1name=test_name1,record2name=test_name2,record3name=test_name...
