You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making REST API calls is a little difficult within the plugin. I'm noticing that the URL value doesn't seem to accept any local variables. i.e. if I set a hash variable = xyz when I go to configure the request section of the Ajax plugin, the Parameters (via javascript) section appears to not accept any format for variables.
Do you have any examples on how to add the variables set on a dashboard that pulls into the plugin?
Some examples I tried
{
hash: "$__hash"
}
{
hash: "$hash"
}
The text was updated successfully, but these errors were encountered:
Basically I'm observing that the URL section does work, but I can't seem to apply variables from the dashboard.
In addition, the Parameters (via Javascript) does not seem to pull in the variables as well.
Making REST API calls is a little difficult within the plugin. I'm noticing that the URL value doesn't seem to accept any local variables. i.e. if I set a hash variable = xyz when I go to configure the request section of the Ajax plugin, the Parameters (via javascript) section appears to not accept any format for variables.
Do you have any examples on how to add the variables set on a dashboard that pulls into the plugin?
Some examples I tried
{
hash: "$__hash"
}
{
hash: "$hash"
}
The text was updated successfully, but these errors were encountered: