Save the data in cloudDB and show in Listview

i do this to save the data in listview but it's not work , see what the wrong in my block ?






What does not work ?
A Listview is for displaying data not for saving data. Use lists and the cloudDB to save data.
You can save an image to cloudDB, you have to use the full path to the image

1 Like

ok , How to do that?
see above for my block what the wrong because i use the cloudDB .

Let me ask again ....

1 Like

when upload the data ,location and date not display this in viewList .
Also , i need to save this data to use it to another screen ,how i do that ?

If you want to upload the image to cloudDB you have to do it with it's own tag, you cannot upload it in a list or concatenated string.

note: I have just tested this and cloudDB is giving me an error....

1 Like

By using my extension, which converts an image to base64 (and back again) here is a working solution to the above problem (storing image in cloudDB)

uk.co.metricrat.imagebase64.aix (5.5 KB)

1 Like

Thank you so much to help me .
but what about the location and date?

It was just an example, you can add those elements ?

1 Like

ok i will do , where we can found the ImageBase641 ?

I provided my extension four posts up.

1 Like

yes i will see but the file not open for me because not save in .aia
can you send again ?

You need to import the aix file to your aia project. In the palette on the left, scroll to the bottom, you will see Extensions. Click on import extension and select the aix file i have provided. Once it has loaded, drag it to your designer. The blocks will then be available in the blocks editor.

1 Like

yes i do this , about the example do like this for location and date?
because have some thing different

Just expand the list that you save to cloudDB to include the elements you require.

can you share me the designer about your block above ?

Here is the aia project. You will need to add your own Token for the cloudDB.

cdbWithImage.aia (9.0 KB)

1 Like

see it's correct all the block ?


image



image

Does it work ?

1 Like

about picture work but other doesn't work :sweat: