Icon

Components

This directory contains 224 workflows.

IF Column Exists 

Provides a switched branch. If the named column exists, the upper branch is active. If the named column doesn't exist, the lower branch is active @takbb […]

Integer to Boolean (Variable) 

Takes an integer value and creates a boolean value of the specified name. zero will return false Any non-zero value will return true @takbb Brian Bates […]

International Dialling Code Picker 

Allows user to select country or territory and this will generate the International Subscriber Dialling Code (International telephone prefix) […]

IP Address Range Generator 

Generates all the IP Addresses between a Start IP Address and End IP Address with each address being on a new row

IP Address to Range 

For a given IP Address or Subnet Address, returns the range of ip addresses Low and High address and the conversion of each to Decimal (Long) If a single […]

IP Subnet Address Comparison 

Proof of concept for comparing a list of IP addresses against a subnet. Specify a subnet and supply a list of ip addresses. This will return true/false for […]