• Estevao Santos
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

I'm using aura to create a popup in my community. I would like to display a flow previously configured within this popup, however I am having trouble coding and I still haven't found anything to help me.

<div class="slds-modal__content slds-p-around_medium" id="modal-content-id-1">
         <!--space reserved for flow-->
         <div class="slds-m-around_medium">
             <lightning:buttonIconStateful iconName="utility:like" selected="{! v.liked }"    onclick="{! c.handleLikeButtonClick }" alternativeText="Like" />
         </div>
</div>
Can anyone help me how to solve this problem?