How to display attached full size image in case action area

I want to attach image file and my requirement is below:

  • Attach Image file to case with attach content control.
  • Display all attached Image in case action area (not pulse area).
  • Image size is full (not thumnail size image)

Colud you tell me how to realize the above requirements ?

I could display thumnail size image in case action area.
But I could not display full size image in case action area.

@kobat

Try to get hold of the base64 encoded format of the image file attached, set the value to a clipboard page / data page property and use image control to display the image in your flow action section.

@Tanay Kumar Bal

Thank you for reply.
I try above but I cannot display full size image.

Instead, I tried pzDisplayImageInline control and succeeded in displaying full size image.
I think pzDisplayImageInline control supports PegaSocial-Document but does not support Link-Attachment.

Thank you.