vCardGenerator Step

Last published at: April 6th, 2021

Description:

Create the vCard with the user details provided

Inputs

  • firstName – Enter the First Name
  • LastName – Enter the Last Name
  • jobTitle – Enter the Job Title
  • Organization – Enter the Organization Name
  • Street – Enter the Street Name
  • City – Enter the City Name
  • Zip – Enter the Zip code
  • Country – Enter the Country Name
  • cellphone – Enter the cellphone number
  • workPhone   – Enter the WorkPhone number
  • fax – Enter the Fax number
  • email – Enter the Email address
  • website – Enter the Website
  • varName --Variable to hold the vCard file path
  • notes – Enter the Notes 

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

Example:

Let’s build and execute the vCardGeneratorDef example.          

  • Create a new definition called “vCardGeneratorDef
  • Select the definition and click the “design” button
  • Drag a vCardGenerator step to the canvas
  • Connect the dots between the start and vCardGenerator step

 

  • Click on the “vCardGenerator” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Save the workflow definition, create a workflow instance and execute. Workflow should start and should generate vCard based on input field.