This one is strange to me. I'm creating a SharePoint List Item URL Field from workflow. The value is a Share Link URL from a user. The users oftentimes create the share link incorrectly so the URL wouldn't work if I tried to use it.
It seems somewhere in the process of writing the link to the list, something tries to validate whether it's valid. It LOOKS like a perfectly good URL except that it wouldn't work for me if I clicked it due to being created incorrectly.
The actual error is: Invalid URL value. A URL Field contains invalid data. Please check........
I mean syntactically the URL is fine.
So what is validating that it's a valid Share URL? SharePoint or Power Automate. I just want to turn off the error checking on it and write whatever the URL is into the field.