Help

Save the date! Join us on October 16 for our Product Ops launch event. Register here.

Nirbhay29
4 - Data Explorer
4 - Data Explorer
since ‎Oct 09, 2024
‎Oct 10, 2024

User Statistics

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

User Activity

i have this piece of codetry: # Step 1: Search for the record with the given unique ID print("stage 1") search_url = f'{url}?filterByFormula={{Part unique No 1}}="unique_id"' print("stage 2") search_response = requests.get(search_url, ...