Problems after last update

Hello,

After the last update, the GetText function stopped working in my automation.
I use it to get some dates in a google sheets (SS attached). And it’s not working anymore.
The code that worked was this:

GetText "UsegD: {UsegD}"
GetText "UsegM: {UsegM}"
GetText "UsegA: {UsegA}"
GetText "UdomD: {UdomD}"
GetText "UdomM: {UdomM}"
GetText "UdomA: {UdomA}"

Hi @dudupst ,

Yes, you are right. There is a problem with the get text. As an alternative solution to your case could you please use Data Source functionality which we recently added?

You can add your data as a Data Source and use it.

For Example below code will write all the Dia’s one by one. Let me know if it helps?

For {i} in {Test}
Write {Test[i].Dia}

Hello. Thanks for the update.

I really didn’t understand how codes with data source work
For exemple. I need today’s month, day and year to be 3 parameters, for exemple:

{TodayM} 
{TodayD} 
{TodayY}

How can I do it with the data source below?

Ps.
Dates formulas are not working very well. For exemple I cant use TODAY()-1 for yesterday