we are running Gmail Poller's Connected System in Integration.
This Integration returns a list of Gmail Email Id's.
The TEST REQUEST in the Integation object succeeds and successfully returns a list of Gmail Email Id's.
Running this Integration in a process model also successfully returns a list of movement id's.
However, when this process model is executed as a sub-process, this Integration object does not return a list of ids and returns one empty item.
This sub-process model does not need to and does not reference values from the parent process, as it works as expected normally when executed independently.
Nevertheless, it is not clear why this Integartion node returns an unexpected value only when it runs as a child process.
Can you tell me where I should check?
Discussion posts and replies are publicly visible
Hello taikiHASHIMOTO
Could you please check the configuration of your subprocess model node configuration. Also if possible could you please share the details? Is this output that you say is not reflecting in the parent process or there is no data in the sub-process as well? I would say check the output configuration's of the sub-process node if it the parent process that is missing the data.
there is no data in the sub process. the concerned node in the subprocess does not give the expected data for the output, which is a list of strings (ids), and give an empty list instead.
Can you check how the security is configured at the sub process node, may be user on the behalf of which you are trying to run the integration and try to fetch value is not having sufficient privileges.