Hello!
I have made a PowerApps Canvas app for a shop that sells soap and other stuff for car washers.
It is very simple, and uses a SharePoint list to register the orders.
The list includes a column for degreasing, with two choices, "Alkaline" and "Biorol 806". I am displaying these choices in a dropdown list in my powerapp, which works well.
Based on todays date, I want to set the degraser automatically, sort of like this:
If(
varDate >= Date(0,5,1) && varDate <= Date(0,9,1), DegreaserDropDown.Selected =
Choices([SPtable].Degraser
)
but I'm not sure how I can actually access the choices from the SharePoint table.
To make the question easier, how can I pick a choice in the dropdown by clicking a button. The dropdown expects a record