The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello,
I have a table of People. Each person is linked to a Property via a lookup field. I want to add a field to the People table that assigns them a value based on which Property they’re linked to and when their Date Created is. So for example: for...
I’m trying to use an offset parameter in an API call in order to retrieve more than the first 100 records.
I’m getting this error:
{‘error’: {‘type’: ‘INVALID_OFFSET_VALUE’, ‘message’: “The value of offset ‘(record id)’ is invalid”}}
Can anyone help ...
Hi all,
I’ve read up in this forum on how to see the Field IDs for the fields in my table. However, I’m struggling with how to to actually use the API to reference those field IDs. Using Python, I’m able to grab the record through the API and convert...