A few months ago, I created an app with an attachment control (using Form).
When I set Attachments as the Items property, the control provides me with an option to set the name (which is the name of the attachment) and the value (which is contentBytes).
When a user clicks on a specific attachment, that attachment begins to download.
However, a few days ago, I created another app with the same functionality. But when I set Attachments as the Items property in this new app, there is no option to set the name and value. I even tried copying and pasting from the old app, but the same issue persists.
