Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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.