Closed gooker closed 8 months ago
@gooker Returned object should be in the Grafana format which any data source understands. It's not something we control.
Take a look at the documentation: https://volkovlabs.io/plugins/volkovlabs-form-panel/data-flow/#update-request
@gooker Returned object should be in the Grafana format which any data source understands. It's not something we control.
Take a look at the documentation: https://volkovlabs.io/plugins/volkovlabs-form-panel/data-flow/#update-request
can i modify the payload data before submit?
@gooker You create your own payload in this function, but it should be in the correct format of the data source as explained in our videos and blog posts.
Take a look at our latest video it explained how we created the Update Payload: https://www.youtube.com/watch?v=V4Sza0uDQNs&t=86s
Let me know if it's still not clear.
@mikhail-vl Thank you for the very informative video.
@gooker Glad it helped!
I just wanted to form a string and submit it as a body, but I saw that it seemed like the payload came out with JSON, even though I chose text in the Update Request
May I ask how to handle it