[Bug]: <title> SMTP test fails with valid email input. #1491
Labels
API-Service
Backend Java Spring for the Lowcoder API
Java Backend
Pull requests that update Java code
Is there an existing issue for this?
Current Behavior
I have a new SMTP query (to send email) and I have an input like this:
And the "Recipient" set as this:
It's doesn't work; HOWEVER, it does work when used in an app query:
In a similar issue, this works in test but NOT when used in an app or module:
Again, works great in testing, but fails when used outside testing (tested with strings and arrays of strings, using same test emails).
Expected Behavior
Input test code pop-up correctly shows it as an array:
I expected the test to work.
Steps to reproduce
As mentioned above.
Environment
Version: 2.6.0-"dev #73ad9ee"
Additional Information
No response
The text was updated successfully, but these errors were encountered: