Hello,
I need your help. I am using PowerApps which fills Excel. I generated PowerApp app automatically from Excel and then I personalised some fields.
I have several dropdown lists, all of them work fine ( I fill it using app, it updates information in Excel, I can also modify it, and it will update the new information again). I'm using the function If(EditForm1.Mode = FormMode.New ;0 ; Parent.Default) to conserve Default value before modifying it. My problem is that this function for default value does not always work. My dropdown list contains Numbers as Items (not text), If I select the whole number like 1 , 2 , 3, In the EditScreen it works fine, but if I choose the decimal number, it will update in Excel but It won't be saved as a default value.
Hope to hear from you soon,
Thank you and have a great day.

