Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to extract the values of few fields from tExtractJSONFields and update a Database record. I can see the extracted values through tLogRow.
I can create an intermediate excel file with the extracted values and update a DB record, but don't want handle an intermediate file.Instead would like to get the values in context or global variable or something else and update a record in database.
Thanks for your response.
What would be input_row in my case, I tried, Getting an error. Attached the screenshots.
Earlier I was defining global variable and now I did it with context variable.
The problem is in the fact that it is not able to get the input_row variable.
I am getting error in the line:
context.batchid = row2.batchid;
I had attached the steps and error in the previous and as well as this post.
In my case what would be input_row.This might sound like a basic Qs.
Earlier I was defining global variable and now I did it with context variable.
The problem is in the fact that it is not able to get the input_row variable.
I am getting error in the line:
context.batchid = row2.batchid;
I had attached the steps and error in the previous and as well as this post.
In my case what would be input_row.This might sound like a basic Qs.