I want to use this array output in a chatgpt module.
How can I map this array to be in this format?:
2024-08-21:
09:00 AM - 04:20 PM
2024-08-21:
09:00 AM - 04:20 PM
Can’t use the iterator cause its splits the output into two operations which I dont want.
1 Like
Hey @NunuNana
To pass this array in the specified format, first iterate the array using “iterator”. Then use "text aggregator and you will be able to map the values in text aggregator as you want. This will aggregate all the values in your specified format and give you as a text that you easily map to chatgpt module.
Note: Aggregators are used to combine all the operations into one. Hence, all the operations from iterator will be merged into one operation (one variable)
Regards,
Msquare Automation - Gold Partner of Make
Book a Free Consultation | Connect Live
Explore our YouTube Channel for valuable insights and updates!