DescriptionReturns a URL-encoded string version of a URI component.Available InAppsAutomationsSyntaxENCODE_URI_COMPONENT(component: Text) => TextExampleENCODE_URI_COMPONENT("a & b") = "a%20%26%20b"