Problem with write to parameter and then read from immediately in same run of script

Hello, in some of my scripts this seems to work without an issue, in other ones, there seems to be no way to get this to work. I have tried the Passthrough node from Clockwork package, the Wait node from RIE package and this AWAIT node shown below. but I cant seem to get it to work no matter what I do. I even tried to incorporated an IF node because I read in another script that that worked, but nothing seems to be working. Is there a way I can unbind the elements or use a transacion.end node or something to do this in a fool-proof manner? Please advise. Thanks



A quick guess
Set the get parameter to longest?

Hi there,
Still no dice!

You need Transaction.End and Transaction.Start nodes for this to work. Or you can just use the data your setting them with twice instead or reading it.

The reason it isn’t available because the Parameters aren’t actually “Set” until the graph completes or the Transaction is committed.

3 Likes