You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a suggestion regarding the extra survey. Would it be possible to add a calendar option for the Answer type? This would allow users to easily select and provide a date in the correct format.
I've developed an automation where users input a date value, which I need to convert to a specific format before sending it to the database, as the DB accepts only a particular format. However, multiple users are using this automation, and they often input the date in various formats such as dd.mm.yyyy, dd/mm/yyyy, and dd-mm-yyyy, mm.dd.yyyy, mm-dd-yyyy, mm/dd/yyyy etc. which makes it challenging to convert the date to the required format (dd-mm-yyyy). Even using the to_datetime filter doesn’t resolve the issue due to the inconsistency in date formats.
To handle this, I created a custom module to manage the situation, but I believe having a calendar option for date input would ensure a consistent format for everyone.
If we add this new feature in new Ansible Automation platform release that would more helpful for many users.
Thanks & Regards
Sudhan
The text was updated successfully, but these errors were encountered:
Hi Team,
I have a suggestion regarding the extra survey. Would it be possible to add a calendar option for the Answer type? This would allow users to easily select and provide a date in the correct format.
I've developed an automation where users input a date value, which I need to convert to a specific format before sending it to the database, as the DB accepts only a particular format. However, multiple users are using this automation, and they often input the date in various formats such as dd.mm.yyyy, dd/mm/yyyy, and dd-mm-yyyy, mm.dd.yyyy, mm-dd-yyyy, mm/dd/yyyy etc. which makes it challenging to convert the date to the required format (dd-mm-yyyy). Even using the to_datetime filter doesn’t resolve the issue due to the inconsistency in date formats.
To handle this, I created a custom module to manage the situation, but I believe having a calendar option for date input would ensure a consistent format for everyone.
If we add this new feature in new Ansible Automation platform release that would more helpful for many users.
Thanks & Regards
Sudhan
The text was updated successfully, but these errors were encountered: