Show flows to sharepoint and teams

Show flows to sharepoint and teams

Hi,

I have flow that created a folder in a Sharepoint Site and that works as intendend but the new Step is to Post that Deal to a Teams Channel and I get a message to the channel but it is empty of the Variables:

  1. I new Deal has been posted - ${trigger.Deal_Name} by ${trigger.Created_By}
    • ${trigger.Account_Name}
    • ${trigger.Contact_Name}
    • ${trigger.Description}
    • ${trigger.Interested_in}
    The folder has been created under the Documents Section on the SharePoint site 
I new Deal has been posted -  by 




The folder has been created under the Documents Section on the SharePoint site - Site Url

My own assumtion is that Since the folder has been created and this is the next step these varables are empty as no new deal was triggered after the first step. So my question is how do I get the output from Step one into my message? 
And what will the variable be to point to the URL of the Newley created folder in Sharepoint from step one?

Any help will be appricated :D