Hi everyone, hoping for some master guidance on this one if possible please :)
Background context of the app/process
- Built an auction app in Powerapps
- Flow connected to the app to pick up modifications to the bids
I would like the flow to be able to send emails to the previous bidder to notify them that they were outbid. Is this possible to somehow grab the value of the previous version from the column (Highestbidder/text field) and send that as an email using the email action? I am grabbling the information in the last step and displaying it via email but that is coming from this expression.
- join(variables('varHTML'),'<br>')
Is the above achievable? Would appreciate any feedback, guidance or alternative ideas?
Thank you :)