Send special characters with/without variable using HTTP action in power automate & save to sp list
This post is to demonstrate, how we can save strings with special characters I have explained 2 different ways to achieve it.
Youtube video link
Send HTTP Action Values:
URI: _api/web/lists/GetByTitle('YourListName')/Items
Body:
{
"__metadata":{"type":"SP.Data.Items_x0020_To_x0020_be_x0020_ShippedListItem"},
"Title":"Almond",
"City": "Mathura",
"Phone":"965798389",
"Password":"@$%*()(*pass"
}
Comments
Post a Comment