Good evening everyone.
I am trying to get some information from a line of html text without having the rest of the text.
split(body('Filter_array')[1],' ')[0] - I have this to split before the text i require, but how do I add a split after the required text so I only get that small piece of information.
Many thanks