Skip to main content

Convert ESRI Date to common date in item picker value

Comments

2 comments

  • Dan Joyce

    You could try a For Each activity on your features in the Item Picker sub-workflow instead of the Get Form Element Items From Features. Then just construct your own items object for the Form item to consume via Set Form Element Items.  You would have full control over how you want the attributes to be formatted.  e.g. you could format the date with something similar to this:

    new Date(forEach1.item.attributes.IMAGE_DT).toISOString()

    which returns 2013-02-04T22:44:30.652Z

    0
  • Ken Lyon

    Moved to this topic as it's more relevant for troubleshooting questions rather than ideas for new features.

    0

Please sign in to leave a comment.