Automatically translate text when making a new file in automation.

Hi.

Is it possible to translate column name when making a new file in automation.

At automation task, I set creat a new file , Http content type PDF. Template is based on google document.

My quetion is, when creating a google document template, there are some tips or tricks to automatically translate the column name in the template or not.

Where I want to translate automatically is the below yellow marker.

Those are columns name.

Hi @T-Shigenori

I don’t think this is feasible at the moment.

I would suggest creating as many template as you need.

in your bot, use a step “Branch on a condition” that will use one task or another depending on language expected.

Something like that:

1 Like

My app set usersetting(language).

So, I will try it! Thank you very much!!

1 Like

The bot won’t take into account the Usersettings.

I suggest that, in the process that will create your document, you write down somewhere the current usersettings, so that the bot can actually use this one.

2 Likes