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...