I have a flow were I'm trying to blank out the cycle fields on PR14.1. If I select the field but don't provide any value then the node processes fine but no changes happen to the cycles. They stay whatever they were set to previously. I tried passing:
*
""
''
BLANK
*BLANK
but all threw AGS errors. What really confused me though is when I typed something wrong. I was editing the call which had:
&EDM-DED-CYCLE1=
I meant to put:
&EDM-DED-CYCLE1=*BLANK
to test that out but I typed it wrong and put:
&EDM-DED-CYCLE1*=BLANK
So i accidentally put the star before the equal sign. This actually processed with no errors....In fact it blanked out cycles 2 and 3 that were populated but left cycle 1 alone. I don't understand why.