Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Enabled for | Public preview | General availability |
---|---|---|
Admins, makers, marketers, or analysts, automatically | ![]() |
- |
Business value
Power Fx, a low-code language within the Power Platform, enables makers with limited programming experience to add custom logic to their applications. Power Fx support in Power Pages provides a seamless way to bring low-code capabilities to the design studio.
Feature details
Makers can create webpages with dynamic content, such as text, button labels and destinations, images, videos, and iframes, by using Power Fx in Power Pages design studio. For example, you can:
Use the following formula to craft a text component that shows the number of open applications based on their status:
- ** $"You have {CountIf(Applications, Status = 'Status (Applications)'.'Under review')} applications in progress." **
Use this formula to decide which video to show for a user based on their previous applications:
- ** If(CountIf(Applications, requester = User().EntraObjectId) > 0, “https://youtu.be/l4B1UflAty8”, “https://youtu.be/5rEZGSFgZVY”) **
Additional resources
Use Power Fx in Power Pages for authoring dynamic content (blog)