Hi,
Under Actions / submit I have an upload files action (upload12).
After that:
Save Data (save_data30)
success: Loop event (loop_event31)
in the body from Loop event: Save Data (save_data44)
Everything works correctly.
There is only one problem with the upload files action.
When a photo is uploaded to the form, it is saved and displayed correctly.
If no photo is uploaded, then the filename "no_image.png" (which is already on the server) should be stored in the database in the "photo" column.
In save_data44 data override I try it with:
photo / {data: non_existent / no_image.png} / on insert
It does not work right. Why is not "non_existent"?
F.
Under Actions / submit I have an upload files action (upload12).
After that:
Save Data (save_data30)
success: Loop event (loop_event31)
in the body from Loop event: Save Data (save_data44)
Everything works correctly.
There is only one problem with the upload files action.
When a photo is uploaded to the form, it is saved and displayed correctly.
If no photo is uploaded, then the filename "no_image.png" (which is already on the server) should be stored in the database in the "photo" column.
In save_data44 data override I try it with:
photo / {data: non_existent / no_image.png} / on insert
It does not work right. Why is not "non_existent"?
F.