Would you like to customize the file name of an Excel file export on your table object? Skuid can do this. In this example the user wants to include the deal name and today’s date in the file name ie. Lakeland Tours (Worldstrides) 19-7-2021.xlsx
Use these steps to make it happen:
Use Global Merge to get to the record’s name
Add a UI-only formula field that returns a date to the Task’s model. The formula is just “Today()”
Under the “Export” properties of the table you you can put your merge syntax into the custom file name (see screenshot)
Thanks to Mr.Stern for solving this one