Skip to main content
Question

Creating CSV file from Query as output SKILL has been used with email by celonis added attachmet file from Action Flow

  • December 18, 2024
  • 3 replies
  • 39 views

daniel.ziolk
Level 1
Forum|alt.badge.img

SKILL:

OUTPUT ATTACHMENT:

Can someone explain why this is happening that encoding is not perform - what do I missed?

3 replies

matt.witty13
Level 10
  • Level 10
  • 123 replies
  • January 21, 2025

Within the Skill, you need to wrap the Excel source data with base64(). Happened to me so much at the beginning before I figured that out.


daniel.ziolk
Level 1
Forum|alt.badge.img
  • Author
  • Level 1
  • 1 reply
  • January 22, 2025

Hi matt.witty13

Can you describe the solution in details. How I can achieve it?


matt.witty13
Level 10
  • Level 10
  • 123 replies
  • January 22, 2025

In your skill, I’m assuming you have a section for when you pass the CSV. You need to wrap the CSV you’re sending with base64(). This encodes the CSV properly when it is going out in the email