Hi. Please tell me a way to fill one form from the row of the users table. I tried through form creation. Selected the table, primary key, there were fields. But they are always empty. The form is not populated with data even when I add where user_name = v('APP_USER'). Also I created a process before regions SELECT user_name into :P2_USER_NAME from users where user_name = v('APP_USER'). But it runs into the error Process "init" has invalid (non Multi-Row) Editable Region assigned.
i'm use latest apex version and oracle database.