hello everyone ,
I have built a form in PowerApps in which I have these 3 columns (hierarchiedescription, hierarchietype , and HierarchieCode ) this later I wanted to be an autonumber column so I've used this function :
If(EditForm3.Mode = FormMode.New;Max(MDM_Hierarchie; HierarchieCode)+1;Parent.Default)
and I configured my form as formmode.new
now I wanted to display all my hierarchies in a gallery , and i have add an icon to modify the hierarchies , so that if a user have made a mistake he can modify it but it doesn't work , should i change the mode to edit mode but in this case my form is not working correctly
PS : this how I'm creating my table in dataverse
What should I do please ?

Report
All responses (
Answers (