Icon Replacing Int value in Table

Without seeing your full script I would guess that your alternate row coloring script comes before the block that you posted and it’s causing the IG_Alarm_Icon column script to not be executed.

In your row coloring script you have a return statement right? The return statement ends the configueCell function so the rest of your script isn’t run.

See this post for a method of handling multiple cell configuration items.