Dear Experts
I am using Power app portals. I have two queries.
1. I have a url www.domain.com/page?animals=cat&animals=dog&animals=fish
how do I fetch this using Liquid?
I tried Request.Params["animals"]. but it only gives me the last value which is fish. Anything that I am missing? I need to get all values of animals variable.
Also, the loop to search through Request.Params is not working.
This is because, I am generating a text box dynamically on a form, which can be 1 or more than 1.
2. I need to fetch Global option set through liquid, in one of the customised page, which is not entity form or web form.
Can I do that ?
Kind regards,