Newbies KAY FLUHR Posted May 22, 2020 Newbies Posted May 22, 2020 Next point someone already has experience with? I am playing around with the new script step Filemaker Data Api execution. I am getting results with this: JSONSetElement ( "{}" ; ["layouts";"Forms";JSONString]; ["limit";Get(FoundCount);JSONNumber] ) all fine, but how to execute the _find command?
bcooney Posted May 22, 2020 Posted May 22, 2020 https://www.geistinteractive.com/2020/05/20/filemaker-19-execute-filemaker-data-api-script-step/ you're missing the query array element. For example, { "layouts" : "People", "limit" : 500, "offset" : 1, "query" : [ {"City" : "Denver"}], "sort" : [{"fieldName": "LastName" , "sortOrder": "ascend"}] } 1
IdealData Posted May 22, 2020 Posted May 22, 2020 Can you point me to this new script step in the online help guide please. https://help.claris.com/en/pro-help/#page/FMP_Help%2Findex.html 1
LaRetta Posted May 22, 2020 Posted May 22, 2020 (edited) https://support.claris.com/s/article/Execute-FileMaker-Data-API?language=en_US This? I think it just came out. 🙂 Edited May 22, 2020 by LaRetta
IdealData Posted May 23, 2020 Posted May 23, 2020 Thanks Laretta. Now i just need my download links that are now 72 hours overdue!
Wim Decorte Posted May 23, 2020 Posted May 23, 2020 I believe that if you go to the download page from your existing license, you'll see the new downloads and your 19 keys. Ours were available like this early on Tuesday, even without getting the notice.
Recommended Posts
This topic is 1643 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now