-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Script #13
Comments
I haven't actually used the script functionality in my day-to-day, so I'm not 100% sure what filemaker will return, but I can take a look this week. Could you give a simplified example of what you'd like to do? Particularly an example of the script you'd be running in filemaker and what you'd like it to return. Just to help me with building this feature out. :) |
regarding issue : I meant to post it under laravel-fluent-fm let me know if I should open it up there instead. Last line of my scripts are typically an Exit Script step, with a json object in the text result. If I call that script via api The api result will have the Exit Script text in response.scriptResult so the scriptResult is what I am ultimately looking for. Hope that helps, thanks for having a look. |
Either project works, this one is where the guts live, the other is basically just a facade and a service provider. That actually helps a ton, thank you. Expanding out the script calls will add a lot to this project. I'll try to get to work on this sometime this week. |
Not sure if it too late, but running a script on its own is only available on FMS 18+, something like: May help if not already implemented. |
Is it possible to run a script on its own (outside of a find) and have the script results returned?
The text was updated successfully, but these errors were encountered: