Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Dynamically fetch records from table

Pratiksha Lang1
Kilo Sage

Hi, How can I dynamically fetch records from table.

for example : I have multiple combinations in 1 table as

combination  - role - admin, site - BDC11, frequency - daily , type - measurable

I have many different combinations in 1 table. How can I fetch it dynamically to perform some calculations further.

Can anyone please help on this

 

5 REPLIES 5

Hi @Sai Shravan I don't want to fetch the records on the basis of user input. Can't we do it without user input. I want to fetch it from 1 table only and perform the calculations on that table itself based on the records fetched dynamically.