- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2020 10:15 AM
How we can load , data on UI action .
Data source, Transform map created to transfrom,
On form - UI action is added.
Issue- 1.How to check attachment added on click of UI action ?
2. How to load data on Click to target table
Solved! Go to Solution.
- Labels:
-
Task Communications Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 03:01 AM
Refer my blog
Something similar to that you can use and enhance it as per your need
Data load and transform via Catalog Item
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2020 10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2020 10:33 AM
Hello,
As per my understanding, do you want to automate loading and transforming just with a UI Action on table, right?
How data is fetching into system and what type of file will it be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 01:38 AM
Yes Shivani.
I want to automate loading and tranformin on form button(UI Action)
How data is fetching into system and what type of file will it be? ..CSV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 02:36 AM
It can be done through data source and schedule this data source on demand basis.
In UI Action, you can call the script to run this scheduled data source basically you can call "Execute Now" ui action script for this data source.
Mark helpful if it resolves the purpose.