Hi Guys,
i'm quite a newbie to Power Apps, therefore im making some dumb mistakes.
It would be awesome, if you could guide me the way to success. In this particular case, I've got a problem with filters, the Datasource is a Share Point list.
Somehow it does not work...
You can find the ScreenShots attached.
BR
Torben
there is the same mistake... 😕 execution of a unknowen or undefined function
May be it is because of the ',' instead of ';'.
Could you please try the below code ?
if(!IsBlank(TextInput1.Text);Search(
if( !IsBlank(ComboBox1.SelectedItems.Value);Filter(
Fehlerprotokoll;
Status in ComboBox1.SelectedItems.Value
);Fehlerprotokoll);
TextInput1.Text;
"RTV_x002d_Nummer"
); if( !IsBlank(ComboBox1.SelectedItems.Value);Filter(
Fehlerprotokoll;
Status in ComboBox1.SelectedItems.Value
);Fehlerprotokoll))
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
User | Count |
---|---|
257 | |
108 | |
93 | |
57 | |
40 |