Hello,
I’d like to add the same value on all empty rows of a specific column of a datatable.
From:
To:
Hello,
I’d like to add the same value on all empty rows of a specific column of a datatable.
From:
To:
use if condition like this
row(“Budget request”).ToString = “”
in then part use assign activity like this row(“Budget request”) = “No reply”
cheers
@RailCay
oh!
can i see your workflow what you are trying to do?
@RailCay
Here:
AddValuetoEmptyRowsofSpecificColumn.zip (21.9 KB)
To not lose $ sign you can use activity Write Cell to only record value in empty cells.
Please let me know if you need better explanation
Hello, when I tried this, I received an error message saying “Assign: Exception has been thrown by the target of an invocation”. Do you know what could be causing it?