Hi everyone,
There is an error while using regexallmatches() function in Portals . It says
The function 'regexallmatches' is unavailable.
So, Could you please let me know if this is a known issue that Portals doesn't support regex functions. If yes , what is other alternative to validate a URL ?
Thanks in advance.
Discussion posts and replies are publicly visible
From the Portal Capabilities documentation: Function plug-ins are listed as "partially compatible" - and it says in order to use them, you need to use them via a Web API / Integration setup.
But they did remove the dependency from the WebAPI and integrations in 23.1. Was that only for reading and writing data?
Yes they did mention that they are removing dependency from Web API and integrations but it is only certain to writing and querying data using record type and also starting a process without them using a!startProcess(). For functions that are available through plugin, we still need to call them in a Web API.
Apparently that's not for plug-in functions. Just things like a!startProcess (which of course was a really good change). I suppose the intrepid designer could perhaps figure out a way to call a plugin function in a process they start via a!startProcess and fetch the result from there instead of setting up a web API - though it seems like this might lead to a lot of "fluff" process starts in that environment.