Application Studio - Use Button to lookup and fill OrderHed Comments with User Session information

I do see now that %session.context.userEmail% does not work.

You will want to create a view to hold the returned data from that call, however, I tried every iteration I know of to handle the response parameters and never parses the rest response correctly.

As a workaround you could call UserFile.GetByID and passing in the parameter value %session.context.user% and parsing the result to a custom dataview

image