Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  Dynamics variable

    Posted 06-05-2025 19:24

    Lucas_POUILLY | 2023-10-04 10:58:52 UTC | #1

    Hello, I'm trying to format variable values in a specific format:

    In a script, I have my variable Sortant.CHAMPS_LIBRES_1 in the format string DD/MM/YYYY, and my variable Sortant.CHAMPS_LIBRES_2 in the format string HH:MM. I would like to have the following result in the variable RDV_FINAL: YYYY-MM-DDTHH:MM:SS+0200.

    I tried this, but it doesn't work:

    format(date({{Sortant.CHAMPSLIBRES1}}, 'DD/MM/YYYY'), 'YYYY-MM-DDTHH:mm:ssZ') + {{Sortant.CHAMPSLIBRES2}}

    Do you have any idea how to do this? Thank you.


    system | 2023-11-04 10:59:40 UTC | #2

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 22349