Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The profile is re-generated every time you click the "From the beginningRestart" button in ProjectMaker or when the project is run again in ZennoPoster

...

In further work, you can use the data from the profile in other actions, for example, in the cube Word processing ... To do this, use macros from environment variables , for example:

Code Block
{-Profile.Name}

...

info

You just need to write the snippet {-Profile. and ProjectMaker will offer you all possible choices in a dropdown list.

...

...

Save profile-folder

Info

Available in ZennoPoster version 7.3.1.0 and higher.

...

Let's imagine a situation that we are working with a service that has subscribers. After completing the work, put the current date and time in the LastActivity variable. To do this, use the "Variable Handling" action and specify the {-TimeNow.Date-} macro in the data field. (you can read more about the available macros in the article Project variables).

The OldSubcribers variable contains the number of subscribers that we got when the template was running.

...

Code Block
{-Project.Directory-}ProfilesZenno\{-Profile.Login-}.zpprofile

...