I have a powerappp with a flow to send push notifcations to mobile devices when a new item is created on a sharepoint list. How can I include a link to the item just created on the flow push notification? I read that it was possible using a parameter but when I try to pass a dynamic content (Link to Item) the flow throws errors.
"The request content was invalid and could not be deserialized: 'Error converting value 30 to type 'Microsoft.WindowsAzure.ResourceStack.Common.Collections.InsensitiveDictionary`1[System.String]'. Path 'params', line 1, position 356.'."
Could anyone help me sove this problem?
Thank you.