I am trying to create a new response based on a previous one (duplicate) function using RemoteControl2 APIs.
Export_responses with 'code' option returns the fieldname as keys whereas add_response() expects the array to have SQGA-based keys.
Is there a way to do what I want? Ideally, export_response should have an option to use SQGA as an option or add_response the ability to accept fieldname-based keys in order to be consistent with each other.