Solved! Go to Solution.
Hi @NamM_ ,
Change the AllowEmptySelection of the drop-down to true.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @NamM_ ,
Change the AllowEmptySelection of the drop-down to true.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @WarrenBelz,
thanks for the input, but it seems to be not working. I want to have the dropdown by default to be empty.
@NamM_ ,
It should be blank with those settings - you really should not have to do this, but make the Items
Ungroup(
Table(
{
Item:
Table(
{Value: Blank()}
)
},
{
Item:
Choices('AD Daten'.Mitarbeiterkategorie)
}
),
"Item"
)
and also clear the Default.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @NamM_ ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Sorry for the late reply, haven't been in the office.
So, after saving and reopening the app as itself it worked perfectly with "AllowEmptySelection".
Thanks for your help @WarrenBelz 🙂
User | Count |
---|---|
258 | |
109 | |
95 | |
57 | |
40 |