ScriptParamGetElement ( keyOrIndexOrPath )
Get a key, index, or path from a JSON formatted script parameter
Be the first to rate this function Log in to vote
|
Jason Wood - Show more from this author
Define Database https://www.definedatabase.com |
//assuming the output of Get ( ScriptParameter ) is { "hello" : "world" }
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns empty if the key, index, or path is empty, missing, or if the script parameter is not valid JSON, otherwise, returns the value at the specified key, index, or path.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.