I have a gallery connected to Shared Mailbox with below formula.
If(RefreshOutlook,Blank(),Office365Outlook.GetEmailsV3({folderPath: "Inbox", top: 25, fetchOnlyUnread:false, includeAttachments: true, fetchOnlyFlagged:true,mailboxAddress:"1readytofiletmrcd@abc.com"}).value)
As you can see, am only fetching flagged emails. I have a button "Forward" on my app, on click of it I am sending my gallery selected email to another mailbox. That itself is working fine. Now immediately after that, I would like to remove the flag of my gallery selected email. So I was trying to use below formula I found but stuck what to mention at "flag:". I did not find any documentation regarding this. Can anyone here?
Office365Outlook.FlagV2(Gallery1.Selected.id,{flag: