-
Notifications
You must be signed in to change notification settings - Fork 16
Functions:FAQ
Daniel Willemse edited this page Apr 5, 2022
·
11 revisions
With the way Functions are currently implemented, a rebase of a Betty Application overwrites the Functions in your Sandbox. Meaning that any changes you made to Functions in your Sandbox are lost on a rebase.
You can work around this issue by following these steps:
- Rebase your Application to your Sandbox
- Consolidate the code of the Functions from your Application with the Functions from your Sandbox locally
- Publish the consolidated Functions to your Sandbox
- Getting started
- Page Builder Components
- Action Functions
- [deprecated] CustomFunctions