UI action to add attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 12:12 AM
Hi ,
I want to create a UI action which will show a popup to add attachment and then from the attachment I want to create the records in the table. Each row in the excel should create a new record. I have written a script which creates the record from the attachment but I am not able to create the UI action for the pop up to add attachment and also this script should be added to the UI action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 12:49 AM
use glideDailogWindow in UI action and create a new UI page to create a view to show attachment button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 02:34 AM
Hi mani,
Thanks for the response. After the record is created I want to add the script so that it inserts the record in my table based on the rows in the attached excel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 06:45 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 01:51 PM
Instead of using a UI Action in the legacy UI what about using a modern workspace and trigger a flow when users add an excel file to the record?