Skip to main content
Best answer

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

  • October 21, 2021
  • 1 reply
  • 68 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__

 

 

Best answer by SamB

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

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

SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • Answer
  • December 21, 2021

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