コメント
-
@damdevil I've looked into the error you provided and found a message saying the account you're using in your code engine function doesn't allow for external use. I believe this is a new feature with accounts and you may need to go enable that for this account.
-
Hi! The CodeEngine API will always return a 200 with information about your function execution. You can read into the stdout, stderr, status, and errorInformation fields for more information. To retrieve the stdout logs (console.log in JavaScript or print in python) you can call the API with the getLogs setting as true in…
-
Hi John! We have a globally available "DOMO Workflow Executions" package that allows you to access some specific metadata about your workflow execution, including the user who started the workflow. This function is called "Get Executor". Let me know how that works out for you 😁
-
Here is the app code I am using for reference // Index.html <html> <head> <link rel="stylesheet" href="app.css"> </head> <body> <h1>hello_world</h1> <!-- domo.js optional utils --> <script src="https://unpkg.com/ryuu.js"></script> <script src="app.js"></script> </body> </html> // app.js…
-
I'm excited you're trying to use workflows and pro-code apps! I've looked into this and it looks like the pro-code editor has a bug resulting in this 404 error being returned. I will create a ticket to get this resolved. That being said, there is a workaround you can use to get moving. Here are the steps: Find the title of…