You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, if you create a calculated field `Get(RecordID)` and put it on your layout then map it the normal way.
194
194
195
+
### Find with Portal Limit and Offset
196
+
197
+
By default, the FileMaker Data API limits portal records to 50 per request. You can control per-portal `limit` and `offset` using the fluent `WithPortal` builder or `ConfigurePortal` method on `FindRequest<T>`.
198
+
199
+
Use the fluent builder to chain portal configuration:
Alternatively, if you create a calculated field `Get(RecordID)` and put it on your layout then map it the normal way.
150
150
151
+
### Find with Portal Limit and Offset
152
+
153
+
By default, the FileMaker Data API limits portal records to 50 per request. You can control per-portal `limit` and `offset` using the fluent `WithPortal` builder or `ConfigurePortal` method on `FindRequest<T>`.
154
+
155
+
Use the fluent builder to chain portal configuration:
0 commit comments