eMOBIQ Documentation
eMOBIQ Platfom
eMOBIQ Server
eMOBIQ Server
  • Editor
    • General
    • Dashboard
    • Module
    • Service
    • Configuration
  • Api
    • General
    • Editing
    • Authentication
    • Method
    • Header
    • Parameter
    • Result
    • Action
    • Test
  • Database
    • General
    • Editing Database
    • Table Content
    • Table Relations
    • Table Structure
  • Scheduler
    • General
    • Editing
    • Configuration
    • Action
    • Test
  • Function
    • Concurrency
      • Concurrency.spawnThread
    • Connector
      • Connector.restCall
      • Connector.soapCall
    • Control
      • Control.conditional
      • Control.forLoop
      • Control.map
    • Conversion
      • Conversion.base64ToText
      • Conversion.jsonToObject
      • Conversion.textToBase64
      • Conversion.toBoolean
      • Conversion.toList
      • Conversion.toNull
      • Conversion.toNumber
      • Conversion.toObject
      • Conversion.toText
    • Dataset
      • Dataset.insert
      • Dataset.read
      • Dataset.remove
      • Dataset.update
    • Datetime
      • DateTime.difference
      • DateTime.get
      • DateTime.update
    • File
      • File.copy
      • File.export
      • File.read
      • File.remove
      • File.write
    • Format
      • Format.dateTime
      • Format.number
    • List
      • List.average
      • List.combine
      • List.count
      • List.fill
      • List.find
      • List.includes
      • List.insertFirst
      • List.insertLast
      • List.max
      • List.min
      • List.removeFirst
      • List.removeLast
      • List.sort
      • List.sum
    • Log
      • Log.write
    • Logic
      • Logic.and
      • Logic.equal
      • Logic.greaterThan
      • Logic.greaterThanOrEqual
      • Logic.lessThan
      • Logic.lessThanOrEqual
      • Logic.not
      • Logic.notEqual
      • Logic.or
    • Mail
      • Mail.send
    • Math
      • Math.absolute
      • Math.add
      • Math.atan2
      • Math.cos
      • Math.divide
      • Math.modulo
      • Math.multiply
      • Math.pi
      • Math.power
      • Math.round
      • Math.sin
      • Math.square
      • Math.squareRoot
      • Math.subtract
      • Math.tan
    • Object
      • Object.insert
      • Object.remove
    • Result
      • Result.setAPI
      • Result.setUserDefined
    • Text
      • Text.combine
    • Validation
      • Validation.isEmail
      • Validation.isList
      • Validation.isNull
      • Validation.isNumber
    • Variable
      • Variable.get
      • Variable.getAttribute
      • Variable.set
      • Variable.setAttribute
Powered by GitBook
On this page
  • Description
  • Input / Parameter
  • Output
  • Callback
  • yesCallback
  • noCallback
  • Video
  • Example
  • Steps
  • Result
  • Links
  1. Function
  2. Control

Control.conditional

Description

Validates the condition passed.

Input / Parameter

Name
Description
Input Type
Default
Options
Required

condition

The condition to be validated.

Boolean

-

-

Yes

yesValue

The output value if condition is 'true'.

Any

-

-

No

noValue

The output value if condition is 'false'.

Any

-

-

No

extra

The stored value that is passed to all the callbacks.

Any

-

-

No

Output

Description
Output Type

Returns the 'yesValue' or 'noValue'.

Any

Callback

yesCallback

The action performed if the condition is true.

noCallback

The action performed if the condition is false.

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Links

PreviousControlNextControl.forLoop

Last updated 1 year ago