Add Additional Image Button

I have a simple invoice scanning app. I need it to capture Date, Employee, and Image. Some invoices may have multiple pages. I currently have my source table with columns labeled Date, Scanned By, Image 1, Image 2, Image 3 and so on up to Image 6. When I go to add a new record/scan I have all image buttons 1-6 see attachment. How can I show only 1 image upload button and a add or plus button if another image is needed?

Solved Solved
0 2 245
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

In the Editable? expression for Image 2, use:

ISNOTBLANK([Image 1])

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

In the Editable? expression for Image 2, use:

ISNOTBLANK([Image 1])

Thanks Steve this works great.

Top Labels in this Space