Hi,
I want to condition the Default property in a text input in a Form. If is a NewForm should be empty that will be filled after a selection from a DataTable, if is a EditForm should be a corresponding line from my sharepoint selection list based on a gallery selection.
something like this
If(NewForm(Form1),Parent.Default,Left((Split("TextInput3", ";")).Result))
where Form1 is the EditForm that I am using to edit and add new records and TextInput3 is the TextInput that is having the selected line from Data Table