Table of Contents

Function

Write C# code for custom business logic.

Function Doc

Example Example
This flow retrieves a sitemap from a specified URL, validates its structure and content, and throws an exception if the validation fails. You will find a detailed description of this flow here.


Properties

Name Required Description
Title No The title or name of the action.
Function Name No The name of the function being defined.
Function Definition Yes The logic or implementation of the function.
Description No Additional notes or comments about the action or configuration.

Returns

The action returns the result of executing your custom C# function, which can then be used further in the Flow (for example, stored in a variable, evaluated in a condition, or passed to subsequent actions).