Hi I am really struggling to connect my google sheet to my build to extract data from Website.
My workflow has no tick on google sheet, however when i test
Node was executed succesfully
Hi I am really struggling to connect my google sheet to my build to extract data from Website.
Hi @Eslie, welcome to the community!
It looks like your workflow execution stops at the ‘split out’ node and the issue is not in the Google sheets credentials. The ‘split out’ node works only with array []
inputs. Usually the Information extractor doesn’t output arrays so you probably don’t need to split out.
Hey thanks for your help
I am trying to extract data from a website, and update the sheet.
Hey,
Not sure exactly what your requirements are but you should be able to map the fields from the information extractor manually by dragging and dropping them in the respective columns that the sheet node detected:
OR make sure to name the fields in the information extractor the same as your spreadsheet columns and use the automatic mapping mode of the Append Sheet Row node:
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.