Best answer

Why is an unknown id automatically added to the sent data fields?

  • 21 October 2021
  • 1 reply
  • 51 views

Hi!

I set up the integration of my application and send data from it to Google Drive. 

My data example:

{
"25ba68fc-7beb-47cd-b18d-2678a624238d": { ... },
"6f4fefe6-10cd-410e-a980-9d41828ffba3": { ... },
}

 

However, after sending and viewing the history logs, strange numbers are attributed to them:

{{136292717__25ba68fc-7beb-47cd-b18d-2678a624238d}}
{{136292717__6f4fefe6-10cd-410e-a980-9d41828ffba3}}

 

What are these numbers? 136292717__

 

 

icon

Best answer by SamB 21 December 2021, 10:53

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +11

Hey @zwork! :)

It’s a been a while so I suspect you’ve already figured out the answer to this. But thought I’d share it here in case anyone else is also wondering what those numbers relate to. The numbers relate to the node ID of the step where that field is located. 

You can find out more about this in the following article that explains how to manually reference a field using the node ID and field name