This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello.
I’m trying to create a demo app, following the documentation instructions.
When I run (node 20.18.1 LTS, npm 11.0.0)
npx dt-app@latest create
...
I have written a github action to try to deploy our custom app when changes are made. When doing so I am being asked to choose whether I want to overwrite the existing app or not. Since t...
Hi all,
I build my first dyna react app and am having an error. I'm able to see it okay but I'm not able to share it with the team so I'm assuming it needs deployed in some way. I tried ru...
Hello,
I needed a way to test my workflow that can be started by the API. Not wanting to make use one of the existing tools for triggering the workflow, I just created a simple Dashboard with varia...
Hi, I'm trying to get the current user name and id using the platform API with a platform token. I've checked the Swagger UI for the `Identity and Access Management` but did not find any solution. ...
Context: https://developer.dynatrace.com/design/components-preview/tables/DataTable/#configure-column-actions I'm looking for a way to use ColumnActions, however instead of rendering act...
Can you share a example jest test for a SelectV2 component? For some reason I am not able to make it work due to rendering of selectv2-menu options after a click event.
Hi
I am trying to get the username of the user that executes some JavaScript in either a notebook or dashboard. I assume that functionality exists in one of the SDKs but I couldnt find anything
A...