Skip to main content
Question

Can action buttons related to action flows be customised?

  • October 16, 2023
  • 3 replies
  • 17 views

Forum|alt.badge.img+8

Hi,

 

I would like to customise the colour and add icons to action buttons created with an action flow. For actions related to skills, this is possible, see screenshot attached.

 

imageThere is a preview mode like with skills, but it doesn't allow you to customise. Using the syntax for skills action in YAML also doesn't work. Who knows how to do this?

image 

Thanks,

Teun

3 replies

Forum|alt.badge.img+4

Forum|alt.badge.img+8
  • Author
  • Level 4
  • October 16, 2023

Hi @varun.kumar16,

 

Thanks for your feedback.

I did find a solution, which is basically to reproduce the YAML syntax used for action buttons in skills (this didn't work when I tried about 2 months ago).

This can be achieved by adding section customAttributes, see example below:

 

image 

Best,

Teun


Forum|alt.badge.img+4

Hi @varun.kumar16,

 

Thanks for your feedback.

I did find a solution, which is basically to reproduce the YAML syntax used for action buttons in skills (this didn't work when I tried about 2 months ago).

This can be achieved by adding section customAttributes, see example below:

 

image 

Best,

Teun

Thanks for the update.