SOLVED: Change text in repeater list depending on boolean

I successfully linked a database to a repeater list with all the content. Now i just want a textfield content in a list item in the repeater to change (available / not available) depending on the boolean set in the database.

Thanks in advance

Hi Kenny,
I think it would be best to use onReadyItem method to manipulate your elements.
onItemReady runs when a new repeated item is created.
For more information:

Good luck!
Roi.

After a lot of testing and cosole logging to truly understand what is happening, i’ve found the solution;

Here it is for those who have issues with the same.