Powered By Blogger

Wednesday, October 5, 2022

Power Apps Portal - What is the Use of Site Markers in the Portal?

You can use site markers in the Portal to avoid using hard-coded values such as titles / Page URLs and you can call it through liquid code.

Below is the Syntax:

For accessing URL: {{ sitemarkers["your marker name"].url }}

For accessing its value as a title etc: {% assign varname = sitemarkers["marker name"] %}

No comments:

Post a Comment

Tools for Unit Testing in Power Platform