Help
Mallory_Price
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jul 15, 2019
‎Nov 29, 2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 1 Kudos given
  • 5 Kudos received

User Activity

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...