Hello everyone,
I am still learining Power apps, I have issue with a formula for Form, If the form is in New I want to to capture value from Radio Button in App Screen, if Edit mode, I want to capture from Column, I have formula in default property like this, but Power app keeps saying it expects record value.
If(EditForm1.Mode=FormMode.New,Radio1.Selected.Value,ThisItem.Created_Updated.Value)
How is my formula wrong please.

Thank you,
Jakub