Purpose of 'Attachment Name' as Action Input

Kenneth3
Tera Guru

Hi,

I am creating a connection with IntegrationHub ETL (IH-ETL) and in the Data Source you have to create a Request Action. When creating this, one of the inputs, OOB, is a mandatory field called Attachment Name (see screenshot below). I am wondering what the purpose of this input is.

Action prepopulated for DataSource Request Action

 

See also: https://developer.servicenow.com/blog.do?p=/post/orlando-integrationhub/

Hope somebody has an explanation?

Regards,
Kenneth

 

 

 

1 ACCEPTED SOLUTION

That is because you are using a data source request action and it is used for import set via integration. And to import data, a file attachment is needed. so it is asking for the name of attachment.

 

Regards,
Sumanth 

View solution in original post

4 REPLIES 4

SumanthDosapati
Mega Sage
Mega Sage

Hi Kenneth,

Inputs are to be added if those values are needed in the action.

For Example : In 'Create catalog task' action in flow designer, RITM is passed as in input to that action so that a catalog task is generated under that RITM.

So similarly when you are creating a new action in flow etc, you need to have inputs which are required for your action to process.

 

Mark as correct and helpful if it solved your query.

Regards,
Sumanth

 

 

Thank you Sumanth, but my question was why this field in this particular case.

That is because you are using a data source request action and it is used for import set via integration. And to import data, a file attachment is needed. so it is asking for the name of attachment.

 

Regards,
Sumanth 

Hi Sumanth,

When you import data through REST API, what that has to do with file attachment, also does file attachment mean excel etc. ?