We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fca854 commit 271fb6fCopy full SHA for 271fb6f
src/Services/FileMakerConnection.php
@@ -300,6 +300,10 @@ public function getRecords(FMBaseBuilder $query)
300
if ($query->script !== null) {
301
$queryParams['script'] = $query->script;
302
}
303
+
304
+ if ($query->getRecordId() !== null) {
305
+ $url .= '/' . $query->getRecordId();
306
+ }
307
if ($query->scriptParam !== null) {
308
$queryParams['script.param'] = $query->scriptParam;
309
0 commit comments