Empty Variables

How do I get empty results instead of #{variable-that-has-no-value}

#{variable-that-has-no-value} is defined for one environment only as that is the only one that has a value right now. Deployment will work if this is set to nothing as it won’t assign a role to enable extra permissions.

however scrpt is getting #{variable-that-has-no-value} and this breaks the deployment - as people can use any variable here looking for this in the script is not great

this person had the same question didn’t get answered Setting Dynamic Variable value to empty "" not working

gah got it…

added a value of nothing for all environments :woman_facepalming:

1 Like