Hi Everyone, i am trying to get credentials in a node-RED flow but can’t find the correct way to do it. I could use get from the database, but credentials seem not to be part of the regular MongoDB? If they are how would i query them?
Greetins Marvin
You can just use the normal database get. Credentials are inside the openrpa collection with {"_type" : "credential"}
openrpa
{"_type" : "credential"}
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.