Grafana not sending POST call

We are using azure managed grafana 11.6.9. While we calling azure function app from grafana using Table → Data links and actionsActions


The update button is not clickable

But If we use Table → Data links and actionsDataLinks
then Grafana sending GET method by default which throwing error on function app
{
“ok”: false,
“error”: “Method Not Allowed. Use POST for updates.”
}

Please suggest if we choose the 1st approach, how to resolve?