Loops
Learn about writing loops in Kognitos to repeat actions for multiple items.
Overview
General Syntax
process each {item} as follows
{actions to perform on each item}Example
process each document as follows
get the document's invoice number
get the document's fieldsLooping with a Counter
Syntax
Example
Last updated
Was this helpful?

