$$BF_State
The state object holds various data related to the browser environment.
Controlling Data Merge Mode
Key
Value
Description
Important Notes for Developers
// To clear a key, FileMaker must return:
{
"model": {
"someKey": null, // Explicitly null
"someArray": [], // Explicitly empty array
"someString": "" // Explicitly empty string
}
}Last updated
Was this helpful?