If I tell the AI to create a node with this logic (and add a return node afterwards to return the value), the logic loops indefinitely.
Alternatively, I can create a loop node SEPERATELY (i.e. buildship's loop node) and within the loop node I can have the AI implement the retrieveRun curl logic BUT how do I set the CONDITION for the loop node to be
retrieveRun != "completed"
retrieveRun != "completed"
since we CANNOT reference future nodes in the variables menu.