Servicenow Connector - Get Data Wizard Design Activity

@Cristian_Negulescu, I am trying to use the Get Data Wizard Design Activity

When I press “Test Search Command”, I am only being presented with 1 field (the Sysid field) - this is happening for all tables that I try

What am I doing wrong - or is this a ServiceNOW Setup/access issue ?

thanks in advance

Phil

Hello Phil,
This is the way how the wizard should work:

For checking your role configuration please check this movie:

Check also the comments. for you I think is personilize_dictionary role but check the video for details.
Thanks,
Cristian Negulescu

Christian,

thanks for your response

Our ServiceNow admin are reluctant to provide me with personalize_Dictionary access

Will it work with personalize_read_dictionary access ?

Phil

Hello Phil,
Should work I just read stuff from there.
Thanks,
Cristian Negulescu

Thanks Christian

I will give that a try

Phil

Hi Christian

I tried personalize_read_dictionary, but it doesnt work :frowning:

Phil

Hello Phil,
Go to your SNow admin and say that you just need to execute this:
restCallURL = serviceURL + “/api/now/table/sys_db_object?&sysparm_action=getRecords”;
apirequest = new HttpRequestMessage(HttpMethod.Get, restCallURL);

Until then you can use the component without Get Data wizard designer.

Thanks,
Cristian Negulescu