Using a very basic script/flow to show the differences between these two runtime versions. The issue being that when the flow creates the job for my 7.2 script it doesn't retain the named parameter provided by the flow. When it creates the job for my 5.1 script it keeps the named parameters correctly. I have a feeling it has something to do with Runbook itself. The flow is providing the same request, even the input for 7.2 looks correct but during execution (output) they become 'wonky'. <sigh>
I am using the same script for both runbooks, and the same automation to launch.
WORKING: Runtime v5.1
BROKEN: Runtime v7.2
This is weird, right? Initially I tried to rearrange the parameters of the scripts input, but it seems rather random and my results would change almost each run. BLARG!!