I have a Field that stores a specific URL and no matter what type I use the schema does not complete the save and the Save Changes button is always active. I never see the Changes Saved pop-up. I suspect it is something to do with escape characters e.g. // in the URL, so I tried the formula concat to make each escape type character in a single set of quotes but that did not work either. I am tring to generate a JSON document.
I have used the following:
Type Options
Character Sequence https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf
Formula concat(“https”,":","/","/", “www.w3.org”,"/",“WAI”,"/",“ER”,"/",“tests”,"/",“xhtml”,"/",“testfiles”,"/",“resources”,"/",“pdf”,"/",“dummy.pdf”)
If I change this field back to BLANK then the schema saves.