Comments
-
Hi Dan, thanks for the reply. Please share the function. I think the text for the task would be better served mentioning that the Task Identifier(s) will only be applicable to the metadata of the task in the Queue and are not relatable to the workflow. It would appear that only variables that are being used in the form are…
-
Whilst I have been using copy and paste for shapes I have been finding it is on occasion unreliable. Examples: when copying an Append To Dataset often all the parameters will be blanked out, to the extent you can't even manually enter them when copying a General Task it does not create the task form as an entirely new…
-
-
Sorry the opening text somehow got lost…
-
Hi Dan, Thanks for the quick reply. The html formatting is working but the href for the link doesn't show, so there must be more to it than what I would expect from standard html formatting
-
Whilst I have been using copy and paste for shapes I have been finding it is on occasion unreliable. Examples: - when copying an Append To Dataset often all the parameters will be blanked out, to the extent you can't even manually enter them - when copying a General Task it does not create the task form as an entirely new…
-
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…