Hi,
I have 2 sharepoint lists:
1) Tasks - where I store all tasks
2) Time register - where i register time I spent for tasks
I have a button that allows me to open new form of Time register(2) list from Task list (1)
EditForm(Time_register);;Navigate(time_reg; ScreenTransition.None);;ClearCollect(Dane; {ID: ThisItem.Identyfikator};{temat: ThisItem.'Nazwa zadania'})
As you can see I'm collecting 2 things from the task list: ID and topic. I would like to have these 2 filled in my just opened EditForm(Time_register) so I don't have to remember it. But I can't set default values from collection.
Could you please help me with that?
Best regards,
jeyjey