30-10-23 07:17 PM
Hi All,
I'm working on TRAC application and I want to copy what I added to a collection on to my application to send an automated email. How do I go about that because to use the write stage to write in the application, it has to be text whereas I have collection. see below
Thank you,
Charles
31-10-23 01:00 AM
Hi Charles Okeke,
You can use loop stage and call that collection in the loop
Inside the loop add write stage ( your write stage should have collection column name) to pass the text value in the application
if you want to get different row values for the same column as a text, You should loop the collection and append the text in temp variable while looping the collection.
once all the text added in temp variable then use write stage to pass in to the application.
------------------------------
-----------------------
If I answered your query. Please mark it as the "Best Answer"
Harish Mogulluri
Lead developer
America/New_York TX
------------------------------