Status Update
Comments
jp...@google.com <jp...@google.com> #2
SFDC cases associated with this issue have been notified.
bl...@google.com <bl...@google.com> #3
Hello,
Thanks for the feature request!
This has been forwarded to the Cloud Composer Engineering Team so that they may evaluate it. Note that there are no ETA's or guarantees of implementation for feature requests. All communication regarding this feature request is to be done here.
pa...@veolia.com <pa...@veolia.com> #4
@ha...@google.com @va...@google.com should this ticket be in the public tracker?
pa...@veolia.com <pa...@veolia.com> #5
@mi...@google.com,
This is visible to public.
This is visible to public.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
Hi , We are facing an issue in all your automated trackers that is, we are unable to capture the 'var TimeStamp = new Date()' and when we pass this 'TimeStamp ' this to the backend google sheet it's not getting saved. Other then this all the data is getting captured/appendRow to the backend database (google sheet).
Unable to find any solution for that and please requesting to fix it asap It's creating all out workflows like more then 60 automated workflows
Code
var MainProcessDBSheet = MainProcessFlowSheet.getSheetByName("DB") var RequestId = "IEx" + MainProcessDBSheet.getRange("A1").getValue() var TimeStampNomination = new Date() var EmployeeType = ReceivedObj.ContentObj.EmployeeType var EmployeeName = getNameEmailObj(ReceivedObj.ContentObj.EmployeeName) var SystemGreenID = ReceivedObj.ContentObj.SystemGreenID var Operations = GetObjConfig(CardConfigurationDB, "Operations", LastWorkingDateByEmployee)
var HTMLformNewArray = [RequestId, TimeStampNomination, EmployeeType, EmployeeName.Name, EmployeeName.Email, SystemGreenID, Operations.AssignedTo, Operations.TargetDate]
MainProcessDBSheet.appendRow(HTMLformNewArray);
this is sheet data below line at the 2nd place Date time is missing and unable to get the creation date.
Output
IEx34 Insource Full NamePersonl.A@veolia.com 12345678 Person.B@veolia.com 1/23/2025
Steps