Title sums it up. I have an object with an attribute that is an integer that I want to have my microflow change the value of the attribute to be blank, however it seems that since it is an integer I can only assign it a numerical value as opposed to if it were a string where I could just say set to ‘ ‘ and it would be blank. Is it possible to change the value of an integer by doing a set action in a change object activity within a microflow to blank?