I can’t seem to figure out why when I do a split.text in the formatter, it spits out the number of items instead of the strings, I’ve tried using utilities instead of the text (line-text to items) and that doesn’t seem to work either. My project involves taking days of the week and creating dates for the following week so I’m trying to take the inputted text and split it to individual days so that I can make multiple dates for the following week. Example:
Input: Thursday, Friday, Saturday
Possible Output 1:
10/13/2022, 10/14/2022, 10/15/2022
Possible Output 2a:
10/13/2022
Possible Output 2b:
10/13/2022
Possible Output 2c:
10/15/2022
The problem is that in the zapier studio, It seems to work like I want it to, but when I try it with the actual integration, it doesn’t seem to work like I want it to. Pictures for problem described:




