Hello everyone,
im new in PowerApps so I need little help.
I want to make an easy App that on the press of the button will give me a random text in "Text Label" from first Excel Column1 and after it should show description of this same word from column1 that is described in second column.
I connected my Excel table to a data in PowerApps (picture in attachment). Name of the table is "Table1" and first column name is "Word" and second column is "Description".
Tried with help of an chatGPT but unsuccessfully and it says CountRows are not working
On Button --> Set(selectedValue, Lookup(Table1, Rand() * CountRows(Table1), Word))
On Text Labe --> selectedValue
I tried with Set(varName,"Marko") and that works with one value.
Thank you,
Best regards