when inputing a customer field of data/time in container, is there any ways to do hints of input and input validation ?
Currently it only support text/select in 4.10.X in customer field , and it is not real-time if done by playbook or some action.
@Qingguo at the moment the only way to control this is to have a playbook with a prompt for the person inputting the time stamp, then you can validate the prompt entry with a little bit of custom code in the playbook. If valid, add to the custom_field else either ask again in the same playbook or fail and inform the user that they inputted an incorrect date and they should re-run the playbook.
I have done this at a few customers now.