Databinding - Icon

HI,

Apps seems to be(come) really awesome, but I’m having trouble using the Advanced List when databinding to icons based on an incoming datatable argument.

My case: I want to list a number of .csv files that are stored in a folder. In a database, I have information about some validations performed on each of the files, and I want to show the results of those validations alongside the file.

Here is the datatable that I want to bind to:

image

And this is how I would like the template in the advanced list to show my data:

The text databindings (to the labels in the top of each item) are simple enough, but I can’t figure out how to get the images to bind at all.

Any ideas?

-Jeppe

1 Like

Hi @jjes, we’ve got something in the works that should be available in Jan that will allow you to do this kind of conditional image binding. In the meantime, I suggest replacing these cell values with Emoji based on their true/false value as a part of your process.

For example:

  • Replace TRUE with :heavy_check_mark:
  • Replace FALSE with :warning:
2 Likes

I think I’ll wait :slightly_smiling_face:
This is really exciting stuff. :+1:

But thanks for getting back to me!

-Jeppe