Relative Content

Tag Archive for powerappspowerapps-formula

Using Custom Typefaces with PowerApps

I’ve been looking into finding a way to add an existing typeface (OTF file) into my PowerApp, but I need the user to fill in a form on the page, every example I’ve found uses images in the desired typeface to circumvent this, but I need to have actual text that then gets put into an excel sheet.

Powerapps Incorporate repeated instructions into a loop

Based on instruction from the 4 ValTeams, I have this code to give instructions to the DP Teams. There are 16 DP teams. As you can see, I’ve written several instructions for each DP Team. Is there a way to put them into a loop?

Power Apps – Filter ComboBoxes

I have a Table in Power Apps with multiple columns of location data. Screenshot below is an example from an Excel file, formatted the same way. I want to have three ComboBoxes (Country, State/Province, and City), each showing only distinct values and with the selection of the first filtering the available options of the next level down.

Adding different photo for different item in a list in power apps

I am a beginner in power apps. I wanted to add different photo to each category. However, when I added a photo to one category, the same photo retains throughout the entire list. I have included my power apps layout here. (https://i.sstatic.net/Knlz9tyG.png), (https://i.sstatic.net/kw9TmCb8.png). What can I do to solve this?

Power Apps: Cannot find Formula Colum in Rollup Column

I am following this Microsoft example: Link to try and implemnt a rollup collumn from a Parent Table: Programme, which gets a data from a Forumla Column in a Child Table: Project. Programme and Project have a 1:N relationship. However the forumla column is not available as an option and I am unsure why.