Cheat Sheets/Power Automate/int
Power Automate (WDL) function

intPower Automate (WDL) function reference

Parse to integer.

Syntax

wdl
int(value)

Examples

wdl
int(triggerBody()?['Qty'])
A whole number
wdl
int(item()?['Quantity'])
A whole number
wdl
add(int(variables('countAsString')), 1)
The parsed count plus one

Common mistakes & gotchas

Related Workflow Definition Language functions

From Type conversion

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet