how to Post to pulse shape with property

Hi

I want use [Post to pulse]shape in my flow . It is working well. But the message is only can set constants content.

How can I set message content with property? Or Variable content?

Can anyone help me?

It is important for me, Thank you very much!

@chunliangl

Instead of using the smart shape directly in your flow, please create a wrapper utility (activity) and use that to call OOTB activity pzPostSocial. Before calling this activity set the message parameter to whatever value you want to and then check the checkbox “Pass current parameter page” when you call pzPostSocial. Use this wrapper utility in your flow.

@Tanay Kumar Bal

Thanks for your reply!! Got it.

I will try it for my alternate solution!