Comments
-
Thanks for confirming, I just found it myself.
-
With help of our Domo Solution Consultant this issue has been resolved. The dataset needs to updated for upsert via a CLI script: connect -s <domain> -t <access_token> define-upsert -i <dataset_id> -c <field_name> In this case the field "Application ID" which I generate as unique ID in the workflow is the key field. When…
-
Thanks for this and I've tested doing what you've suggested but it's all overly complex for what should be a straight forward process. When I append the original entry into my Credit Application dataset I create a unique identifier as part of that process, then I just want to update that row with the outcome of the…
-
Thank you, that works. Is there a full reference guide for all the shapes and UI options, such as the copy/paste, for workflows? I've gone through all the videos in Domo University but there is much more to workflows that what those videos show.
-
Similarly to the original poster I'm building a workflow to process a credit application so as it goes through an approval I can keep track of the status of the application. I'm trying to understand how this "Use the "append row" function in the Domo Datasets Package, and it will update existing rows" can be used to update…