I am adding some Arcade code to QC, and I am running into a small problem. The following code converting a Date field to a Text field with the capture works and returns the proper value:
"${arcadeExpression: Text(Now(),'HHMM') }".
The following code doing the same thing does not. The record hangs and stays in the "Outbox":
"${arcadeExpression: Text(Now(),'HH:MM') }".
The only difference is between the two is the colon in the format part of the Text function. Is there an issue with using code with colons in QC?
Any help you can provide is greatly appreciated.
Chris Anderson
Hi Chris,
This issue is only present in the store build of QuickCapture.
Please retest using the latest EAC builds: ArcGIS QuickCapture
Thanks
John