Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
EliGohar
Partner - Creator III
Partner - Creator III

Storing a value in a variable from table after Section Access

Hi All,

I'm having an application using Section Access.

The table after the Section access with the reduction look like this:

image.png

I'm trying to insert the value from this table after section access using Peek function:

 

Let UserLang= Upper((Peek('UserId',0,'Users')));

 

 

What I actually get in the variable is the value from the table before the section access reduction.

So my guess is that the Peek function is not working with Section Access.

Is there another way to store the value in a variable?

Many Thanks,

Eli.

 

 
Labels (2)
0 Replies