Confluence Page Updating Replacing Old Text

Is there a way to have a Confluence page updated with new information added to the bottom without replacing the existing text. I have an automation that scrapes and website and structures that data. I want to add that information to a confluence page if the information came in one big batch and all could be added to a confluence page in one go then there woudl be no problem but since it comes in batches and through arrays it comes in multiple iterations the confluence page gets updates each time with the latest information passing through and replacing the previous piece of text instead of adding to it at the bottom of the page. Is there a way around this?

To append to an existing field, you first need to get the page, usually using a search module.

Then, you can map the variable of the page’s field followed by the new content you want to append to that field.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.