I have an existing dynamic app, however, users wanted to add new columns of information with corresponding data (list of values).
Is there a way to update the existing records without having to edit them one at a time?
The only way i found to do this is to:
- export the existing records to csv
- add the column and fill in the correct list value per record (but at least i can copy/paste in excel fairly fast)
- Delete all of the existing records from the dynamic app
- import the modified csv file
Seems like there should be a way to mass update the information vs. having to export, delete, modify and re-import.
Can someone point me in the right direction?
thx