I have inserted a Launch URL with search parameters based on a PowerApps Screen Value from "LabelXX" which, in plain text - as an example, shows: "FSL-999999". My Launch URL 'String' includes this final element, where I replace the dash in the plain text with the correctly URI-formatted element of "%2D":
&view=7&q="& Replace(LabelXX.Text, 4, 1, "%2D"))
This launches the correct SharePoint Page and inserts a Search Bar filter for "FSL-999999" BUT the results do not show file names which contain "FSL-999999". Instead, the results DO show files which contain the term "FSL-999999" within a file - but still, then omits any files with that particular keyword/expression in the file name(!)
I am flummoxed - and I have researched the URI search strings on this community and over at the Microsoft support pages and I cannot see what I am doing wrong. Has anyone come across this before?
Thanks!

Report
All responses (
Answers (