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}

The correct answer is:

  • https//website.com/report?queryVariable={props.variable}

🎓 Get all the latest and 100% correct Klipfolio Expert Certification Exam Answers