
Announcements
Hi,
Firstly this is my first app based on Dataverse.
I've make app based on @RezaDorrani tutorial:
Power Apps Editable Grid using Gallery & Modern Controls (2023) - YouTube
All data loaded from Dataverse table. Main table is ACTIVITY (custom table). Another tables are ORDER, WORKERS
Gallery Item property is ACTIVITY. All dropdown/combobox/text input, are editable. At the backend there is help table called colGridUpdate.
Some of dropdown are choice column (FAKTUROVAT)
Some are LookUp into another table and value are stored into text area - (PRACOVNIK)/ WORKER (red)
Some are lookup colum - in dataverse it is lookup column into ORDER. (yellow)
In WORKER dropdown controler - there is delegation warring.
In item property:
Is there problem with syntax, when using Dataverse in power apps ?
Sometimes when I refresh gallery items. This dropdown doesn't contains values (maybe it is because delegation waring)??
-----------------------------------------
CHOICE column in Dataverse - modern dropdown FAKTUROVAT
Items: Choices(Aktivity_1.Fakturovat).
But why in value is something "this datatype is not supported" - it is correct or somewhere is syntax problem??
DefaultSelectedItems : {Value: ThisItem.Fakturovat} - this is the only one correct syntax of DV choice column?
The last thing - all controlers on property OnChange has Select(ButtonCanvas1_3)
This update colGridUpdate table. This is code of property OnSelect:
But when I show records of colGridUpdate - the columns are representing with ? - it's correct?? Or setting this value into table must have another syntax?
Can anybody give me advice, if I use modern input controlers correctly. If I correctly use choice/ lookup columns from Dataverse.
Thanks for any advice, Tomas.