AlbusA
BuildShip15mo ago
8 replies
Albus

Rrrrnnyg - Hello, I want to get username's valu...

Hello, I want to get username's value from the RPC output, but it got a error says " Unexpected identifier root" , did I do it wrong?
image.png
Solution
If the PostgresRPC value has a single array you can get the value like this:

(x)Postgres RPC[0].username, here the (x)Postgres RPC is the same variable you used earlier. We can use this dot notation to get the value of username from the array.
Was this page helpful?