PHP Array
Get single item or multiple items from an array received in your workflow. Search for a term to get the array key or get count of the array items with PHP Array Module
Version: 1.2
Supported triggers and actions in PHP Array
Workflow is a set of actions. Trigger is an event that starts the workflow, and an action is an event that is executed by workflow to sync data with your app.
Triggers
When this happens..
No triggers available.
Actions
Do this..
Get Value by Index
Get value of a specified index of an array
Get Array Count
Get count of total number of items in array
Array Search
Searches an array for a given value and returns the key
Convert List to Array
Converts a list to an array
Convert Array to List
Converts an array to a list
Insert Value at Index
Inserts a value at a specified index in an array
New Line to Array
Converts a new line separated list to an array
Extract JSON Data
Extracts JSON data to individual items
Itemize Array
Converts an array to individual items
Workflow Examples
Workflow Name | Applications |
---|---|
When a new order received in WooCommerce, get array count of the line items using PHP Array module, and send WhatsApp template message to user using WA.Team |
|
When a new order received in WooCommerce, search array for product id using PHP Array, check the response using Filters, and send an email to user with a discount Coupon for next order |
|
When data received from Integrately, get the value of the first array index using PHP Array, and pass the data to Zapier |
|
When response received in Webhook, search an array field for a specific value using PHP Array, check the response using Filters, and send the data to Pabbly Connect |
|