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.
Hi all, I have the same requirement - validate input data from a Portal and if I use regex plugin they are not available for Portals. What workaround would you use to accomplish this without using web API?Thank you,
There is no other way to do it aside from exposing the plugin via an API.
Skender Kollcaku said:What workaround would you use to accomplish this without using web API?
It's actually really rather easy to do via API - why do you require a workaround, exactly?