DanHendriksen Moderator

Comments

  • Kathy, it looks like your function is looking for a parameter called cardId (in your second line, ${cardId} is javascript to insert a variable in to a string, but your function isn't asking for any arguments. As a non-developer also, I've had to figure this out. Let me try to explain. Any values that you want to pass to…
  • Absolutely! You can query a dataset from within a workflow, update a dataset from within a workflow, run a dataset from within a workflow, and have an alert trigger a workflow. We're working on getting some Workflow Templates out in the next month or so. What are you trying to accomplish and maybe I can help? This is Dan…
  • I think what trafalgar said is probably the route to go, but I'd imagine you could create a workflow that ran on the 1st of the month and changed the setting, then ran on the second and changed it back. We'd need to figure out the API call to make that change, and I think what trafalger mentions would be significantly…
  • @DomoDork - it also isn't visible until you have a workflow deployed, so it could have been that you simply hadn't deployed your first workflow yet.
  • That function can be mapped to a list of objects. Do you have a variable in your Workflow that's a list of objects?
  • thoffman, good question! There is a function in the Domo General Utilities Package called "getListOfObjectLength". This function is authored to accept a list of objects and return a count of the length. If you have a list of objects variable in your workflow, you should be able to map that variable to the input and get a…