Help
Roy_Golan
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Nov 13, 2022
‎May 09, 2024

User Statistics

  • 10 Posts
  • 0 Solutions
  • 15 Kudos given
  • 0 Kudos received

User Activity

I'm trying to execute a simple API call to Fireberry:   const options = { method: 'POST', headers: { accept: 'application/json', 'content-type': 'application/json', tokenid: '...' }, body: JSON.stringify({accountname: 'Test'}) }; ...
I have two tables:A. MeetingsB. Representatives'Representative' on table A (Meetings) is a 'Link to another record' leading to the items on table B (Representatives).I have a need to filter the Representatives table so that it'll show stats for a giv...