Hi @timdehaen ,
The Lookup field is actually making this more difficult (you really do not need to use them) - for the sake of the code example below,I will refer to the other list as Responders and the field (I assume a Text field) looked up as Responder (you will need to change to your list/field names).
Your issue is not so much the DefaultSelectedItems which can be
{Value: User().FullName}
but the Update of the Data card which now does not have the Id of the lookup column selected, so you would need
{
Value: ComboBoxName.Selected.Value,
Id:
LookUp(
Responders,
Responder = ComboBoxName.Selected.Value
).ID
}
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps