Create additional action in excel vbocode:For Each row As DataRow In rowscoll.RowsGetWorkbook(handle,Nothing).ActiveSheet.Cells(row.Item("Value"),colref).Interior.Color = RGB(Red_Value, Green_Value, Blue_Value)next rowInputs to the action:Action:ColR...
Hi Atsushi,I had a similar issue and I found 'stupid' solution. But it will work only if your license allows you to run more than 1 process at the same time.Create process which: - Checks the BP database for warning state. The table that you should q...