I want to generate an excel sheet using JSON to Excel converter plug in. Even though I am passing the json correctly, I am getting an error message:
Discussion posts and replies are publicly visible
Hi, I am also using this plugin and its working for my first set of json, i need to fill other sheets in same excel too then its not creating doc or generating error as well for the exact same info. what seems to be issue here?
are you passing the output doc from first node as base template or document to update field in the 2nd Json to excel converter node? If you are passing it will not create a new doc but update the first doc itself.
yeah, can you share any more info about your configuration for the first node, and exaclty what you're passing into the second node?
Yes, when I pass first document as template to second one then it did nothing..i was expecting it would write on to sheet 2 as configured but it just didn't create any document or error. When I passed same document template as for first one then it created 2 documents from both nodes but I wanted single document with 2 sheets in it
Can you show a little more detail about the output configuration from the 1st node and the input configuration in the 2nd node?