Hi,
I have a scenario where on check of the check box , I am showing a Text field to give comments . And after uncheck of the check box the data what i entered in the comments field should be erased . To obtain this in the microflow i am setting the comments field to an empty (' ') string value and refreshing in the client using Change Variable activity , Now the issue is The Refresh In Client is not working , though i am selecting Refresh in the client and committing the data was not refreshing, But if i Refresh the page then its working . Can anyone suggest me how can i achieve this?
Thanks in Advance!