You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a connection with 1 stream for salesforce. (i have chosen all fields by specifying None as selected fields)
Now i have to add more streams, so i am fetching the same connection and taking its response by GetConnection Method.
In Response of connection i have got my previously selected stream. But in selected fields i got empty list instead of None, which is now creating issue when i am using PatchConnectionRequest where i am specifying addition streams.
issue is due to that empty list is previously selected stream. if that selected fields value would be None that my PatchConnectionRequest would work.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: