retoolStorageId does not get resolved

Goal: Populate a table with Image Input Elements retoolStorageId {{LeafImage2.files['0'].retoolStorageId}} to a Retool Table.

As you can see from the State view LeafImage2.files[0].retoolStorageId is already populated, Yet the query to the right from it fails to resolve this value.

WHat am I doing wrong?

Hi @Scottsky, it looks like the value of the key files is an array. Try accessing the index of 0 without '': {{LeafImage2.files[0].retoolStorageId}}

2 Likes

It ended up being a glitch. One of these CMD+R fixes fight away.
Tested now - works both ways ['0'] and [0].

Cheers!!

1 Like