Data privacy notice

 

When this content is loaded, usage information is transmitted to Vimeo and may be processed there.

 

             

Workflow action: Change availability

Modified on Tue, 18 Jul, 2023 at 9:16 AM

Actions of type Change availability allows to switch the form online or offline. If a form is not available, it can neither be called nor submitted.


CONTENTS


Configuration interface for actions of the type Change availability.

Parameter

Type of change
Specifies whether the form is switched offline or online.

Action variables

Actions of type Change Availability provide action variables which can be used in subsequent actions.


Standard action variables

[%$<Actionsname>.SUCCESS%]
Whether the action could be processed successfully. Evaluates to a boolean, ie. true or false.
[%$<Actionsname>.RESULT%]
Return all results provided by the action as JSON.
[%$<Actionsname>.ERROR_CODE%]
In case of error the thrown error code of the action. Empty if no error has occurred.
[%$<Actionsname>.ERROR_MESSAGE%]
In case of error the thrown error message of the action. Empty if no error has occurred.


Action specific action variables

[%$<Actionsname>.RESULT.currentState%]
Indicates whether the form is switched online or offline after this action is executed.
[%$<Actionsname>.RESULT.previousState%]
Indicates whether the form is switched online or offline before this action is executed.
[%$<Actionsname>.RESULT.wasChanged%]
Indicates whether the availability of the form has been changed. Returns Boolean (true/false).

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