Usually solve things like this by creating a lookup/translation table. Instead of your recipe just copying the data directly, you have a two column table somewhere (I usually use SharePoint for this, but thats just my access abilities, you can use anything that will behave similarly and you can lookup in your recipe) one column should be the workday value, the other is the Docebo value.
The other longer and more painful approach is just a bunch of if statements with replacements values, i.e. if workday value = x, replace with y and use as docebo value.
Thanks for the suggestion.
This is like creating an if else situation, we also have calculations in workday we can create.
But its like a huge lookup table having 392 rows/values and comparisons either way.
Is there a way or possibility where we can update all the docebo timezone values in the list with workday time zone values at once? and whenever an existing time zone value comes from workday, it is assigned by receipe as usuall?
Would docebo even accept any other format of timezone?
Thanks for the suggestion.
This is like creating an if else situation, we also have calculations in workday we can create.
But its like a huge lookup table having 392 rows/values and comparisons either way.
Is there a way or possibility where we can update all the docebo timezone values in the list with workday time zone values at once? and whenever an existing time zone value comes from workday, it is assigned by receipe as usuall?
Would docebo even accept any other format of timezone?
Not that i am aware of, always do the translation table for these items.