Relative Content

Tag Archive for powerapps

Power apss datatable

I’ve been learning a bit about MS power apps for a project recently and I seem to have hit a road block which I’m hoping someone could help me with.

Combining functions in powerapps

this is my first post and probably a very easy solve, i have imported a list of data into sharepoint which is then referenced in a gallery within my Power app. I am trying to sort the data so the Drawing number is decreasing from the top, alongside this i have two text boxes which can be used to filter the data. I have managed to get the two to work, however when i try to use them together i get an error. I have pasted both sets of code.

How do I can write the IF in Power Apps?

I have a problem with the coding in Power apps, i’m new in power apps and i don’t understand this topic. Why don’t work write other Notify when the IF the result is true?, I try with other If type:

How to add a row from PowerApps to Google Sheets

I am trying to add a new line to my goggle sheet from my powerapps app, but when I submit the form, it does not seem to add a new line to my google sheet. Any ideas on what I might be doing wrong??

PowerApps information button wider description on DataCard

I have added Information button under the datacard , but When I click it the size of the description is limited to Datacard size, is there any way to show it wider to show all content ? writing on OnClick or something. The thing is it shows all the content perfectly when I move it to upper sections. But I need to use it under the datacard

Power Apps code language does not accept any syntax

I have used Copilot and Chat gpt to provide me with this code:
If(
Not(IsBlank(LookUp(‘User Date’, Username = Text1.Text And Password = TextInput1.Text).Title)),
Navigate(Login),
Navigate(Screen1)
);

How to get Microsoft Stream Video link. Which is formatted like “https://web.microsoftstream.com/video/VIDEO_ID”

Previously,there is a Share option below the video in microsoft steam. While copying the link it is in the format “https://web.microsoftstream.com/video/VIDEO_ID”. Now, it is not in that format, to achive the above format i follwed this linkMicrosoft.But after following those steps i got an error message like this.Error image. Can anyone tell me how to get the link, I thanked to you in advance.