What’s the ideal way to pass data between pages all in Studio? I was trying to create an http link with query string params but don’t know how the receiving page can read it.
Hey @handsome_mongoose! You can find more information about path parameters and query parameters here:
https://docs.plasmic.app/learn/pages/#path-parameters
Let me know if that helps.
Are query parameters an only way to pass data between pages?
Is there such a thing as global variables?