Hi, Despite the fact that I set a One Click Action at the (Add) button on the page Course_Overview, and selected the page Course_NewEdit. I get the following error: The selected page 'Course_NewEdit' expects an object of type 'Course', which is not available here. Property 'On click' of action button 'create Button1' Am I missing something?
asked
DNA Thiesbrummel
3 answers
1
The page course_newEdit expects on object of type course. This means a selection object or dataview object needs to be given to this page. Check your setup, you might need to create a microflow for example to create this object.