I have created a workflow on Opportunity entity after the opportunity object is created. This workflow will call an action and needs to pass the opportunity id, and this action will perform some logic on the opportunity.
I see that the opportunity (Display Name) field is there for primary key (name -> opportunityid , schema name -> opportunityid).
I used it in the workflow in a text field, but it gives me the opportunity's "Name" instead of the "id".
Below is the screenshot of how i used this:


Is there something more i need to do to get the id?
*This post is locked for comments
I have the same question (0)