Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

REST API EXPLORER TABLE NOT FOUND

RenanBezerra
Tera Contributor

Hello,

 

I have attached a picture. 

I am using the REST API EXPLORER, but I cannot find the table sys_flow_context, I need to send the info from this table to a third-part, but I don´t know why this table is not available in the REST API EXPLORER.

Does anyone know the reason?

 

RESTAPIEXPLORER.jpeg

2 ACCEPTED SOLUTIONS

Karan Chhabra6
Mega Sage

Hi @RenanBezerra ,

 

Navigate to the system property : glide.ui.permitted_tables and add in the value field, add 'sys_flow_context'

KaranChhabra6_0-1682696498733.png

 

If my answer has helped with your question, please mark it as correct and accepted solution.

 

Thanks!

 

View solution in original post

Sandeep Rajput
Tera Patron
Tera Patron

@RenanBezerra 

In order to reproduce this issue, I went back to REST API Explorer on my instance and searched for sys_flow_context table.

 

Screenshot 2023-04-28 at 9.12.01 PM.png

 

As you rightly mentioned the table was not there. I want on to check this behaviour and found a system property (with help of community articles) governing this list.

 

 

Table sys_flow_context can be added in this list by making following changes.

 

Screenshot 2023-04-28 at 9.10.58 PM.png

The name of this system property is glide.ui.permitted_tables you can locate it in System Properties module on your instance.

 

Add sys_context_flow table in the value field and saved it.

Screenshot 2023-04-28 at 9.12.23 PM.png

 

Went back to my API explorer and tried searching for the table again and there I found it this time.

Screenshot 2023-04-28 at 9.12.57 PM.png

 

Hope this helps. 

 

Please mark my answer correct and helpful if it manages to solve your issue.

View solution in original post

4 REPLIES 4

Karan Chhabra6
Mega Sage

Hi @RenanBezerra ,

 

Navigate to the system property : glide.ui.permitted_tables and add in the value field, add 'sys_flow_context'

KaranChhabra6_0-1682696498733.png

 

If my answer has helped with your question, please mark it as correct and accepted solution.

 

Thanks!

 

Thank you very much, it worked!!

Sandeep Rajput
Tera Patron
Tera Patron

@RenanBezerra 

In order to reproduce this issue, I went back to REST API Explorer on my instance and searched for sys_flow_context table.

 

Screenshot 2023-04-28 at 9.12.01 PM.png

 

As you rightly mentioned the table was not there. I want on to check this behaviour and found a system property (with help of community articles) governing this list.

 

 

Table sys_flow_context can be added in this list by making following changes.

 

Screenshot 2023-04-28 at 9.10.58 PM.png

The name of this system property is glide.ui.permitted_tables you can locate it in System Properties module on your instance.

 

Add sys_context_flow table in the value field and saved it.

Screenshot 2023-04-28 at 9.12.23 PM.png

 

Went back to my API explorer and tried searching for the table again and there I found it this time.

Screenshot 2023-04-28 at 9.12.57 PM.png

 

Hope this helps. 

 

Please mark my answer correct and helpful if it manages to solve your issue.

Thank you very much, it worked!