Hi! I am trying to change the text color of a cell from a table (date). It should change depending on true or false. True is when the difference between the date from the cell and the current date is bigger than 7 days.
For every row I storeValue with true or false with the name of the stored valued ending in the rows index.
So if I have 6 rows I woud have storedValue1, storedValue2 and so on. (storedValue could be any name)
I am having some problems accesing the stored value later. I can't seem to concatenate the row index with appsmith.store."storedValue"+currentIndex
Can anyone help?