Keith Moon
Keith Moon4mo ago

Keith Moon - Is there a way to combine the outp...

Is there a way to combine the output from two separate branches, so it's available for subsequent nodes. Say you have a Branch node, that checks if a input string is a URL, if it is, you want to extract the text content, but then you want subsequent nodes to either act on the non-URL string OR the extracted text, if it was the URL. Is this possible?
1 Reply
Keith Moon
Keith Moon4mo ago
The only way to do it currently that I can see, is either to duplicated the subseqent nodes onto both sides of the branch. Or, to write out the text value on each side of the branch to the Buildship database and then read it back in. Both options seem cumbersome,