appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.77k stars 3.63k forks source link

[Bug]: Update FilePicker Code for SMTP File Attachments #29136

Open harshilp24 opened 9 months ago

harshilp24 commented 9 months ago

Is there an existing issue for this?

Description

Issue: In the "Attachment" section of the SMTP query, there is an inconsistency in the filepicker code that may confuse users. The current code is {{filepicker.files}}, but it does not function as intended.

The correct code should be [{{FilePicker1.files[0]}}].

Screenshot 2023-11-27 at 2 15 22 PM

I also tried [{{FilePicker1.files}}], but it did not work as expected.

Can you check if there's a way to bulk file uploads using the filepicker?

Steps To Reproduce

The correct code should be [{{FilePicker1.files[0]}}].

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

v1.9.48

Nikhil-Nandagopal commented 9 months ago

This is pretty terrible as an experience and there's no reason why filepicker.files shouldn't work @sumitsum

sumitsum commented 9 months ago

cc: @rohan-arthur