You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessing the url of an attachment can be confusing, especially for first time users.
Normally we need to use a syntax like:
return$("New Repeater.test.attach")[0].url
{{NewRepeater.test.attach.0.url}}
It's not immediately clear that attachments are always an array, so the user is always forced to use a custom JS or HBS binding to access the url property.
COS
Add a new binding for attachment columns: <Column Name> URL
This would auto populate the above bindings, to educate the user on the syntax required.
The user is then free to update the index property to get the specific attachment they want, if there are multiple.
The text was updated successfully, but these errors were encountered:
Having the attachment field bindings shown in formula columns would be helpful for this. Currently you have to free type in order to pull out relevant information using formulas.
Describe the feature request
Accessing the url of an attachment can be confusing, especially for first time users.
Normally we need to use a syntax like:
It's not immediately clear that attachments are always an array, so the user is always forced to use a custom JS or HBS binding to access the url property.
COS
Add a new binding for attachment columns:
<Column Name> URL
This would auto populate the above bindings, to educate the user on the syntax required.
The user is then free to update the index property to get the specific attachment they want, if there are multiple.
The text was updated successfully, but these errors were encountered: