Add new column to an existing incremental sync

Using a workflow and Salesforce to Domo connector I am incrementally updating Salesforce contacts in Domo so that they are in sync . When the workflow was created the workflow I forgot to import few fields.  What is the best way to update the dataset with the additional fields with minimal impact to downstream flow?

Comments

  • Hi @Yogesh 

    You might be able to utilize the Java CLI tool to download the dataset definition, export the dataset as JSON, manually change the JSON to add the additional fields and then re-upload the dataset using the CLI.

     

    Make sure you make a copy of your dataset first and use that for testing before you attempt to do this on your production dataset.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**