I am currently trying to make a flow that sends a chat (reminder) and then sends a reaction to that message.
However, it seems like there's some issues when it gets to "Send a Microsoft Graph HTTP request", giving me back a "Bad Request" response as follows.
Action 'Send_a_Microsoft_Graph_HTTP_request' failed: URI path is not a valid Graph endpoint, path is neither absolute nor relative or resource/object is not supported for this connector. Invalid resource,Allowed values: teams,me,users. Invalid Object,Allowed values: channels,chats,installedApps,messages,pinnedMessages.
This is how the flow looks like:
and this is how I have set the "Send a Microsoft Graph HTTP request":
It is appreciated if someone can help me figure out the issue.
Thank you very much in advance.