Filter(
SharepoitList;
StartsWith(
Product;
tbSearchInput_1.Text
) Or StartsWith(
Manufacture;
tbSearchInput_1.Text
) Or StartsWith(
Size;
tbSearchInput_1.Text
)
)
Filter(
SharepoitList;
StartsWith(
Product;
tbSearchInput_1.Text
) Or StartsWith(
Manufacture;
tbSearchInput_1.Text
) Or StartsWith(
Size;
tbSearchInput_1.Text
)
)
ClearCollect(
colbestInventory;
ForAll(
Table(ParseJSON(SPList.Run(tbSearchInput_1.Text).searchresults));
{
ID: Value(Value.ID);
Artikel: Value(Value.Artikel);
Artikelbezeichnung: Text(Value.Artikelbezeichnung);
Hersteller: Text(Value.Hersteller)
}
)
)
WarrenBelz
146,702
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional