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:
@v-xiaochen-msft Thanks for continuous support. This one worked like a charm. I wish we have documentation for this. Do you know if there is one?
Hi @RameshMukka ,
Please try this formula:
Office365Outlook.FlagV2(Gallery1.Selected.id,{flag:{flagStatus:"2"}})
// Flag
Office365Outlook.FlagV2(Gallery1.Selected.id,{flag:{flagStatus:"0"}})
// Unflag
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,077
Most Valuable Professional