Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Drew215I have a value(a sum generated from other values) that I'd like to pass. The record itself has 2 fields, a "status" and a "count" field. I want to pass the count field into a lookup node because I have some calculations to do in multiple lookups. The field to be passed is generated from a previous step.
Currently I'm using a static data node and typing the value in, but how can I programmatically do this? I'd like to eliminate typing this value in repeatedly because future changes(which will happen) would require me to go back through all copies of the static data node to update the value, which leaves room for error.