What is the correct syntax for putting a variable inside of a datasource query? (ie: a dynamic datasource)

  • https//website.com/report?queryVariable={props.variable}
  • https//website.com/report?queryVariable=${{variable}}
  • https//website.com/report?queryVariable=${data[0].variable}
  • https//website.com/report?queryVariable=${GET.variable}

Leave a Reply