Your Setup:
- SeaTable Self-hosted 5.3.12
Describe the Problem/Error/Question:
I have a Table A that links to another Table B. Both contain a File type column. The File type column from Table B is shown in Table A via a Link formula column. Standard stuff.
When creating a Button action or an Automation based on Table A to send mail, I’d expect that the original Table A / File column as well as the linked Table A / Link formula => Table B / File columns are offered as attachments for the mail. However, only the Table A / File column is shown.
I suspect that in the background, accessing files in Table B may require some different program logic, but because both columns behave similarly in the GUI, is the expectation wrong that both should be available as mail attachments? I’d hate it to write some fancy python script to transfer files from Table B to Table A. Not because of the effort, but because it would duplicate data.