String_split is a very simple string splitter, you cannot do with it what you describe. Instead, I'd take a look at thevarious CSV-handling Forge components, as they can handle delimiters within quoted strings. 0 Hi Srinivas. The thing you can do is previously replace all occurrences...
you can use the below JS to reverse the string $parameters.ReversedString = $parameters.String.split('').reverse().join(''); hope it helps. 0 0 3 hours ago Copy Link Manikandan Sambasivam Hi, Please check the link below https://www.outsystems.com/forums/discussion/71296/how-can-i-...
Reactive When saving I need the word inside "{}", which in this case would be the word "idade", but using String_Split he is excluding the word inside "{}".how to return only the word inside "{}"? Rui Barradas MVP Rank: #58...
Additional check for content type or file extension will allow you to display the correct message in case the user manages to upload an unexpected file type. 1 0 04 Jan 2023 swapnil powar Rank: #2696 Hi Leo You can use String_Split function to extract extension of file. Provide cond...