Open ramsaptami opened 2 years ago
issue with binding the column to list item, moving this to ui builders pod
@ashit-rath @SatishGandham will need info on what the problem is here and if this should be added to out scope of list widget?
Stat | Values |
---|---|
Reach | 100 |
Effort (months) | 0.75 |
Users successfully binding list widget 400, assuming 25% use Google sheets (Actual data is 15%)
This isn't an issue @dilippitchika @somangshu @ashit-rath
This is how the JS binding should be {{currentItem["New Customer"]}}
and not like this {{currentItem.New Customer}}
This goes for both List and Select.
We can open a feature request to change the key to New_Customer
, making it better as it's used in the table widget and this would be for the whole platform and not widget specific.
Also I suggest this be removed from the List widget Epic
Agreed to @Tooluloope.
This should be raised as a separate issue for both List and Select widget since it related to multiple places and should extend the logic from table widget for cleaning/sanitising keys cc @dilippitchika
Just looking at this now. But sanitising keys just in the widget might not help, @Tooluloope who has to enable this workflow across the platform?
Is there an existing issue for this?
Description
Widget binding using a Google Sheet column name that has a space throws an
unexpected identifier
error. The data is rendered correctly on a table widget which reads spaces on column names but other widgets like list/select do not recognize the space even though autocomplete suggestion contains column names with space.Steps To Reproduce
OR
Public Sample App
https://release.app.appsmith.com/applications/62385770e2e3e942f7cdb921/pages/6239785aa1037840b6dc13be/edit
Version
Cloud