From 7451c3ac67bff9a6af05886f57fd8b9b34b537d4 Mon Sep 17 00:00:00 2001 From: Abderrahmane Gourragui Date: Wed, 15 May 2024 13:17:06 -0400 Subject: [PATCH] fix: update capture information return types --- pages/cloud/toolbox/capture-information.mdx | 38 ++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/pages/cloud/toolbox/capture-information.mdx b/pages/cloud/toolbox/capture-information.mdx index 78403a1a..ee171fbe 100644 --- a/pages/cloud/toolbox/capture-information.mdx +++ b/pages/cloud/toolbox/capture-information.mdx @@ -29,14 +29,14 @@ Here's the list of all the Prompt Fields available in Capture Information Card. [SingleChoice](#single-choice) Extracts a Single Choice from a finite list of possible Values -
Variable Type: Boolean +
Variable Type: String [MultipleChoice](#multi-choice) Extracts one or multiple choices from a finite list of possible Values -
Variable Type: Boolean +
Variable Type: String @@ -57,98 +57,98 @@ Here's the list of all the Prompt Fields available in Capture Information Card. [Number](#number) Extracts a Number from the Query -
Variable Type: Boolean +
Variable Type: Number [EmailAddress](#email-address) Extracts a full Email Address from the Query -
Variable Type: Boolean +
Variable Type: String [PhoneNumber](#phone-number) Extracts a Telephone Number and optionally the Country Code from the Query -
Variable Type: Boolean +
Variable Type: String [FullAddress](#full-address) Extract the Full Address from the Query -
Variable Type: Boolean +
Variable Type: Object [Price](#price) Extracts a Price from the Query -
Variable Type: Boolean +
Variable Type: Number [RawInput](#raw-input) Extract the Input provided by the User, without any processing -
Variable Type: Boolean +
Variable Type: String [Percentage](#percentage) Extracts a Percentage from the Query -
Variable Type: Boolean +
Variable Type: Number [Quantity](#quantity) Extract a Quantity from a Query -
Variable Type: Boolean +
Variable Type: Number [Color](#color) Extracts a Color as both HEX and RGB codes from the Query -
Variable Type: Boolean +
Variable Type: Object [TimeMeasurement](#time-measurement) Extracts a time measurement as (ns, mu, ms, s, min, h, d, week, month, year) Units -
Variable Type: Boolean +
Variable Type: Number [WeightMeasurement](#weight-measurement) Extracts a Weight Measurement as (mcg, mg, g, kg, oz, lb, mt, t) Units -
Variable Type: Boolean +
Variable Type: Number [CronSchedule](#cron-schedule) Extracts a one-time or recurring schedule as a CRON Expression from the Query -
Variable Type: Boolean +
Variable Type: Object [OperatingSystem](#operating-system) Extracts the name of an Operating System (Windows, OSX, IOS, Android, Linux) -
Variable Type: Boolean +
Variable Type: Object [QuantityofPeople](#quantity-of-people) Extracts the Number of People in a Query -
Variable Type: Boolean +
Variable Type: Number @@ -156,14 +156,14 @@ Here's the list of all the Prompt Fields available in Capture Information Card. Extracts a volume measurement as (mm3, cm3, ml, l, kl, m3, km3, tsp, Tbs, in3, fl-oz, cup, pnt, qt, gal, ft3, yd3) Units -
Variable Type: Boolean +
Variable Type: Number [TemperatureMeasurement](#temperature-measurement) Extracts a Temperature Measurement as (C, K, F) Units -
Variable Type: Boolean +
Variable Type: Number @@ -177,7 +177,7 @@ Here's the list of all the Prompt Fields available in Capture Information Card. [DateTime](#datetime) Extracts date and time relative to the current date -
Variable Type: Object +
Variable Type: Date