In the onAddfile part of the attachment card below, I can't select "result" - if I made a copy paste, then the connector message is "result isn't recognized" this error apperas most commonly when a formula refers to something that no longer exists. Location is DataCardValue3 (the attachments card). How to fix : remove or correct the reference to the name that isn't valid... I' m lot
Here after the code:
ClearCollect(colAttachments,Self.Attachments);
UpdateIf(colAttachments,
!(First(Split(DisplayName,"-")).Result in colAttachTags),
{Name: drpAttachTag.Selected.Value & "-" & Name,
DisplayName:drpAttachTag.selected.Value & "-" & Displayname
}
)
Thanks in advance, I spend several days, without understanding what it means...