Hello,
I have spent a couple hours on solely trying to set up the flow so that when someone inputs their name of "John Doe", it splits it into both "John" and "Doe". For some reason I cannot get any way of splitting to work, no version of " " space works as a valid condition to split. I had to use a different method when separating their addresses as the last 10 digits would hold the postcode, but with names its not that easy.
Any methods to get this to work would be very much appreciated, I just need to take the text in my variable of "MainName" and split it into "Forename" and then "Surname". Too much time has been spent on this very small section of the flow- had to even make a subflow to do long attempts to get it!