Hi alltogether! I’m trying to grab a String from a previous node (5 nodes back). Data preview works but somehow when I execute the node, I get the error “The value in … is not set” - but it is! Does someone know how to solve this / has any hints?
@prcode , the field “Base64 Input Field” expects the name of the property that holds the value you want to write into a file. What you have is the actual value (base64 encoded string and not the property that holds that string). I’m afraid you would need to merge (or use other means) so that the node preceding the Convert to File node has the property that holds the value in question. This way, if the property is called data you would place just data into “Base64 Input Field”.