I am building a scenario that has to extract deadlines from a PDF and create events in microsoft 365 Calendar for each deadline.
The problem is that the PDF’s sometimes can have 2 deadlines, but also 5 deadlines, so I need it to do this dynamically. I think I need to use an iterator module for this, but I don’t know how I can fix it, because the openAI module outputs the dates in an array which is good, but I can’t seem to put the right input in the iterator or the calendar module.
This looks correct and it should work this way. I think this is a make.com interface ‘problem’.
You might need to fill in some dummy data in the ‘create a event’ modul close it(hit save) and open in again. After that you should see the value from the iterater and you can map it to the calender module.
I tried to put in a date manually, hit save and open it again, but it still doesn’t seem to be working. When I ran it, the calendar module did create 6 events, but all for the same date since I manually put it in. Do you maybe have another idea on how I could fix this?
Thanks a lot for your help, I really appreciate it!
okay, maybe the problem can be solved by saving the chatGPT output in a variable first. Use the variable to feed the iterater. Sometimes make can not map the output correctly, since the chatGPT output is not always the same format.
I hope it works this way. In case it doesn’t help you can add me on discord and we can jump in a quick call.
Brother you are my hero!! It worked! Thank you so much man, I probably spend over 7 hours in total yesterday and today to try and solve this. I appreciate your help a lot man thank you!!