General functions - Overview

Modified on Thu, 9 Jul at 10:50 AM

General functions

Functions for control flow, integrations, and more

These functions help manage the general flow of the program, or work on multiple data types.

FunctionDescription
datasourceFetch an entry from a data source.
datasource_manyFetch multiple entries from a data source.
formatFormat input into a string.
has_valueEvaluate argument as bool.
ifExecute an action depending on whether a condition is met.
not_nullFind first argument that is not null.
parentRetrieve the parent of an entry.
parse_jsonParse a JSON token from a string.
safe_modeGuarantee execution of a line.
safe_not_nullReturn the result of first expression that doesn't resolve to null.
serviceFetch information from an external service.
to_stringConvert a piece of data to string.
typeFind the data type of the argument.
templateGet another document from a recipe inside Create Classic.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article