Hi,
I am building a survey application where I want the user to mark on a drawing of a car where there is damage. I have found this on the appsheet handbook "A background image can be provided for drawings by setting an image URL or Image type column value as the Initial Value. "
ok but how can I do already 3 days on that with several tips got from othere users without success
for info below My table I want to take the ‘background’ from table ‘Property’ as background image of the column ‘drawing’
I have receive the code to put as initial value but without success
ANY(
SELECT(
properties[image];
TRUE
)
)
any help will be appreciated



