ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Authentication failure when trying to insert a record to a table using table API (/api/now/table/{tableName}).

I am trying to insert a record to a table using table API (/api/now/table/{tableName}).    This is the code I have used exactly like given in the developer.servicenow.com. But I am getting an error in response saying  {'error': {'detail': 'Required t...

Resolved! Difference between types of OAuth 2.0

Hi Everyone,   I am working on OAuth 2.0 , But getting confused in between Create an OAuth API endpoint for external clients and Connect to a third party OAuth Provider . Can any one please explain me the difference between both.   Thanks Virendra

Resolved! Adding multiple records in flow designer

Hi, I want all the records that are there in a custom table 1 when a record is created in custom table 2 and then add the records from table 1 to table 2 for the new record created in table 2. What action I should do in flow designer to achieve this?...