Help! What needs to be done so that empty values get to the clipboard?
Example
this field is empty, but it can be filled out, I need to extract a value from it, and then create a condition, if empty, then one algorithm, if there is data, then another algorithm
Use “Set To ClipBoard” activity and pass String.Empty, so that it will be cleared.