Skip to main content

Good morning Everyone,

 

We have recently started to build an Action Flow that consists of emailing users regarding invoices that have Cash Discounts available.

 

We have managed to build it successfully up to the part where we want to have a .csv file in attachment.

 

As you can see here, the file that we get as an attachment has an odd encrypted format:

CSV Attachment Format 

Could you please point us in the right direction?

 

Nothing we've found in the available documentation / Celopeers community has helped us tackle this

 

This is our Action Flow setup:

Celopeers_Action_Flow_SSThis is the Skill setup:

 

Celopeers_Skill_SS 

Thank you so much in advance, we really appreciate it!

 

Best Regards,

 

Vasco Carona

To anyone else with this issue, we just had to add a base64() enclosing to the Text being generated by the "Create CSV" Bubble:

image 

Resolved!


To anyone else with this issue, we just had to add a base64() enclosing to the Text being generated by the "Create CSV" Bubble:

image 

Resolved!

Thanks for the solution, that's appreciated :)


Did you have any performance Issues regarding the Celonis "Process Automation Skill"?. I did a very similar Actionflow set up then you, but when I increase my CSV columns to maybe 8 the Processautomation skill has a timeout error, however when using only 4 -5 columns it works perfectly


Did you have any performance Issues regarding the Celonis "Process Automation Skill"?. I did a very similar Actionflow set up then you, but when I increase my CSV columns to maybe 8 the Processautomation skill has a timeout error, however when using only 4 -5 columns it works perfectly

Hello Constantin,

 

We have not had any such issues, our largest .csv file has 19 Columns, so it seems that there might be an issue on your side!

 

Best Regards,

 

Vasco Carona


To anyone else with this issue, we just had to add a base64() enclosing to the Text being generated by the "Create CSV" Bubble:

image 

Resolved!

Hi @vasco.caron11 

I enclosed csv output in base64()

but the date format is incorrect

It is giving numbers/logarithm value instead of date format

Need help with this


@vasco.caron11 I am now struggling with this issue which you had one year ago 😟. I was wondering if you could share the blueprint of your action flow? Thnanks very much. Best, Bunyod


Reply