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.

Catalog Item Reference Variable to Custom Table

ChadWilhelm
Tera Contributor

Hello,

 

I created a custom table for holding variable data and gave snc_internal read access to the table.  I set variable1 field to display is true.   On the catalog item is a reference variable to the table I have no qualifier on it.  When I impersonate as user I get no matches found.  However if I change to Lookup Select Box I get the value.   Do I need to add more ACL's to the table like query_range?

Any assistance is appreciated.

Thanks,

Chad

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@ChadWilhelm 

you need to create query_range ACL with Table.* and not Table.None

Give role to that ACL and it will start showing records for non-admins in portal reference variable

AnkurBawiskar_0-1761880476827.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

ChadWilhelm
Tera Contributor

Hello Ankur, I am trying to read reference to user tables through flow designer when I do a lookup from the flow on this table everything is greyed out.   Any idead?

Thanks,

Chad