Set Color Range Activity- "Range"

A data table with column name as “Document no:”,if row(“Document No:”) length exceed 16 characters, only that specific cell should get coloured.
My issue is that the range is not known, it can be any cell in that particular column.So what to write in range of the set color range activity.
Please help to solve this issue.

@supermanPunch

@Nida_mallik If the “Document no:” Column is always in the Same Column Range say A, then we can keep it as Constant and based on the row Index we can get the Particular cell. In that way it might work.

1 Like