Load data into table on UI action

Supriya Waghmod
Kilo Contributor

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

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Super 

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

sachin_namjoshi
Kilo Patron
Kilo Patron

This is available OOB with load data import set module.

 

find_real_file.png

 

Regards,

Sachin

Shivani Singh1
Tera Guru

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?

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

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.