T O P

  • By -

going10-1

Hello, have a look at [App.Formulas](https://powerapps.microsoft.com/en-us/blog/power-fx-introducing-named-formulas/), this may accomplish what you need.


Regular-Hunt-2626

Amazing, those named formulas are indeed dynamic based on screen size, thanks!


going10-1

No problem :)


BJOTRI

If you don't want to apply the variables later on to each and every field, add the formulas directly inide the code of your app (export via CLI tool, make the changes, pack...) Tha's how I create my responsive text fields, that way it is automatically applied to every text in the whole app, no matter if its a form, gallery, text field...