I have to add queue item and then I want to get the data from queue and write that data into Text notepad file and then that data send to mail(in Reframework)

Can Anyone please help me in that task firstly i have to add data to queue and then get this data from queue and write to text file and last send that file to the mail in Reframework
@Dawodm

Just use the activity: Get Transaction Item. You save the data in variable: TransactionItem.
Then use Assign activities to get the data from the queue item
for example:
TransactionItem.SpecificContent(“Nameofyourcolumn”).ToString

Thank youu but which template i have to use get transaction item in init or get transaction item or process state?
@Dawodm

You mean reframework?
It is then get transaction data
The second one after init

yahh in Reframework
But I’m not getting which state i have to add
@Dawodm

Can you share the workflow?

yahh sure I"ll share you
@Dawodm


This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.