Element Details: Procedure.Data
 Back


Available in: Logi Info Source code name: Procedure.DataIntroduced in: 12.6

Procedure.Data sets @Procedure tokens that can be used later in the Task. The names and values for these tokens come from the columns/attributes of the first row of a DataLayer. For example, imagine a Procedure.Data with a child DataLayer.SQL having this SQL:

SELECT FirstName, LastName FROM Customers

In following Procedures, you may get the FirstName or LastName with @Procedure tokens, like:

@Procedure.myProcedureID.FirstName~
or
@Procedure.myProcedureID.LastName~

Note that only values from the first row may be obtained with Procedure.Data.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.



PARENT ELEMENTS

Click element to drill down for more information.

If Error
Procedure.Else
Procedure.File Exists
Procedure.Folder Exists
Procedure.If
Procedure.Run Datalayer Rows
Procedure.Run DataTable Rows
Procedure.Switch Case
Procedure.Switch Else
Task


CHILD ELEMENTS

Click element to drill down for more information.

Data Layer Plugin Call
DataLayer.ActiveSQL
DataLayer.Bookmarks
DataLayer.Cached
DataLayer.CSV
DataLayer.Definition List
DataLayer.Directory
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.Google App
DataLayer.Google Spreadsheet
DataLayer.JSON
DataLayer.LDAP
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.Plugin
DataLayer.REST
DataLayer.Scheduler
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Twitter
DataLayer.Web Feed
DataLayer.Web Scraper
DataLayer.Web Service
DataLayer.XML
If Error


 Back to top


 Chart Debug