Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to make the attachments transfer from email to target record create using email inbound action?

Bharath kumar6
Tera Expert

I need to create an inbound email action so that it creates a record in change request table.

 

Attachments in email -should transfer to attachments in change request record.

1 ACCEPTED SOLUTION

Vishal Savajia1
Kilo Sage

Hi bharath, 

 

This should be achieve  OOB, Please include current.update() in your script.

 

Please go through glidesysattachment API.

 

I have verified and working fine in my PDI.

 

find_real_file.png

View solution in original post

5 REPLIES 5

Vishal Savajia1
Kilo Sage

Hi bharath, 

 

This should be achieve  OOB, Please include current.update() in your script.

 

Please go through glidesysattachment API.

 

I have verified and working fine in my PDI.

 

find_real_file.png

I used currnt.update() still not working.

can you please post the screenshot of the inbound action or script....

This is working with OOB email inbound action called create incident but if I try to copy the same code and same.... in everything and create new inbound  --- > It's not working.