
I have created a blank Canvas app >> inside it i added a Calendar screen which creates Office365Outlook connector, now inside the Gallery >> i added an icon which should redirect the user to the related event details inside outlook, i tried the following formula `ThisItem.WebLink`:-
but it has redirect me to the outlook calendar which show all events, while i want the link to open that related event details.. so is this possible?
Hi @johnjohn123 ,
For different users, the value of weblink is different.
So you should use a formula to get the dynamic value.
I suggest you use V4CalendarGetItems function.
Best Regards,
Wearsky