Hello everyone! I am very new to Thunkable and I am trying to make an app that filters the possible actions in D&D.
For now the first problem I encountered trying to get this:
In the spell table I have a column (“classe”) dedicated to who those spells belong to (W = warlock - S = sorcerer).
I would like the warlock image to appear in the “Data Viewer List” or in the “Data Viewer Grid” when “W” is written in the corresponding column (and the same for the sorcerer’s image when there is “S”).
I know that the simplest thing would be to add a column with the link to the corresponding image in the database but I would like to learn this alternative as well.
I tried to search, maybe the wrong things, but I didn’t find how to make something happen based on the corresponding value written in a database column (in this case the check should be done for each row of each element).
ps. Warlock and Sorcerer images are uploaded into assets.
I hope I was clear enough and thanks everyone for the help.
Even if you didn’t tell me directly, I deduce that there is no way to do this check directly on the database but that we need to recall the value in some field of the app, right?
ps. I don’t know why but even if the code is correct, it only worked the first time and then not anymore.