Datasets

Datasets

Domo Action cannot be executed.

Member
edited March 2023 in Datasets

When I implemented it with reference to the "Sample process Action function" below, an error occurred.

https://developer.domo.com/docs/domo-actions/execute


  1. processAction = (id, document) => {
  2.  let actionGUID = '7c833e5b-1e5a-4e57-9222-XXXXXXXXXXXX';
  3.  let accountAlias = 'backlog_custom';
  4.  return fetch(`/domo/actions/v1/${actionGUID}/process?accountAlias=${accountAlias}&scope=customer`, {
  5.   method: "POST",
  6.   headers: { "Content-Type": "application/json" },
  7.   body: JSON.stringify({ "issue_id": id, "comment": document["コメント"], "due_date": document["期限日"] })
  8.  })
  9.  .then(response => response.json());
  10. }


The following is the error message.


  1. POST http://localhost:3000/domo/actions/v1/7c833e5b-1e5a-4e57-9222-XXXXXXXXXXXX/process?accountAlias=backlog_custom&scope=customer 400 (Bad Request)
  2.  
  3. status: 400
  4. statusReason: "status 400 reading DomoActionClient#processAction(String,Long,String,String,Map)"
  5. toe: "47638FPTA9-8BIUG-MNIFC"


Could some one help me on this issue?

* Enable Domo actions and write back features on our domain.


Thanks,

Hideo

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In

Answers

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In