Within a workflow (7-mode) I have a number of steps/rows but at certain points I have a side-by-side sequence of: [ Create Volume ] followed by [ Create Export ].
The Create Volume parameter step uses Define Volume: [_myVol___] [by searching for an existing Volume] and has filters which search to see if the volume exists. If myVol was not found: [Fill-in attributes and execute the command] ... so if it doesn't exist, a volume is created. So far, so good.
The subsequent Create Export command references back to myVol from the previous step and creates an export of that volume. However, if the volume exists, it probably already has the required export and I'd like to conditional'ize the Create Export command using the _/Advanced\_ tab to only execute if the previous Create Volume command ended up actually creating a new volume. Is there any way to communicate that status from the prior step to this step via a variables existence or value setting ... that I could test with the Execute this command: If the following variable was { variable was found | variable was not found | expression is true } ???