Rapid Developer Analyst - Add New Course Error

0
Hi everyone, I get the following error when I add a new course : When I go to Mendix Studio Pro to see details of the error: An error has occurred while handling the request. [User 'MxAdmin' with session id '816782f0-XXXX-XXXX-XXXX-XXXXXXXXcbd6' and roles 'Administrator'] With the description bellow: An error has occurred while handling the request. [User 'MxAdmin' with session id '816782f0-XXXX-XXXX-XXXX-XXXXXXXXcbd6' and roles 'Administrator'] -------- com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"changes":"Map(Description -> Biology Course, Price -> 15, Title -> Biology, Duration -> 2)","type":"ChangeAction"}', all database changes executed by this action were rolled back     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"changes":"Map(Description -> Biology Course, Price -> 15, Title -> Biology, Duration -> 2)","type":"ChangeAction"}', all database changes executed by this action were rolled back     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"changes":"Map(Description -> Biology Course, Price -> 15, Title -> Biology, Duration -> 2)","type":"ChangeAction"}', all database changes executed by this action were rolled back     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:150) Caused by: java.lang.NumberFormatException: null     at java.base/java.math.BigDecimal.<init>(BigDecimal.java:624)     at java.base/java.math.BigDecimal.<init>(BigDecimal.java:401)     at java.base/java.math.BigDecimal.<init>(BigDecimal.java:834)     at com.mendix.basis.objectmanagement.meta.metamodel.MetaPrimitiveRegistry$MendixDecimalHandler$.valueOf(MetaPrimitiveRegistry.scala:68)     at com.mendix.basis.objectmanagement.meta.metamodel.MetaPrimitiveRegistry$MendixDecimalHandler$.valueOf(MetaPrimitiveRegistry.scala:65)     at com.mendix.basis.objectmanagement.meta.datavalidation.RangeValidation.isGreaterThan(RangeValidation.java:161)     at com.mendix.basis.objectmanagement.meta.datavalidation.RangeValidation.isValid(RangeValidation.java:115)     at com.mendix.basis.objectmanagement.DataValidationUtil.validateObjectMember(DataValidationUtil.java:52)     at com.mendix.basis.action.user.Changer.validateMember$1(Changer.scala:119)     at com.mendix.basis.action.user.Changer.$anonfun$validateObject$3(Changer.scala:142)     at com.mendix.basis.action.user.Changer.$anonfun$validateObject$3$adapted(Changer.scala:142)     at scala.collection.immutable.Set$Set4.foreach(Set.scala:208)     at com.mendix.basis.action.user.Changer.validateObject(Changer.scala:142)     at com.mendix.basis.action.user.Changer.validateObject$(Changer.scala:115)     at com.mendix.basis.action.user.ChangeAction.validateObject(ChangeAction.scala:11)     at com.mendix.basis.action.user.ChangeAction.executeAction(ChangeAction.scala:41)     at com.mendix.basis.action.user.ChangeAction.executeAction(ChangeAction.scala:11)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:146)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:151)     at com.mendix.basis.component.InternalCoreBase.change(InternalCoreBase.java:154)     at com.mendix.webui.requesthandling.helpers.StateHandling.$anonfun$addChangesToState$6(StateHandling.scala:71)     at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:23)     at scala.util.Try$.apply(Try.scala:213)     at com.mendix.webui.requesthandling.helpers.StateHandling.$anonfun$addChangesToState$2(StateHandling.scala:71)     at com.mendix.webui.requesthandling.helpers.StateHandling.$anonfun$addChangesToState$2$adapted(StateHandling.scala:57)     at scala.collection.immutable.List.foreach(List.scala:392)     at com.mendix.webui.requesthandling.helpers.StateHandling.addChangesToState(StateHandling.scala:57)     at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:28)     at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.withState(RegularClientAction.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:43)     at scala.util.Try$.apply(Try.scala:213)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:43)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:41)     at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$3(ContextHandling.scala:41)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)     at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)     at com.mendix.webui.requesthandling.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:49)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:41)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27)     at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:20)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19)     at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:41)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)     at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14)     at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10)     at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:38)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:124)     at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:101)     at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:74)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:71)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:77)     at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:950)     at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:867)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:542)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)     at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)     at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)     at org.eclipse.jetty.server.Server.handle(Server.java:502)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)     at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0     at java.base/java.math.BigDecimal.<init>(BigDecimal.java:451)     at java.base/java.math.BigDecimal.<init>(BigDecimal.java:401)     at java.base/java.math.BigDecimal.<init>(BigDecimal.java:834)     at com.mendix.basis.objectmanagement.meta.metamodel.MetaPrimitiveRegistry$MendixDecimalHandler$.valueOf(MetaPrimitiveRegistry.scala:68)     at com.mendix.basis.objectmanagement.meta.metamodel.MetaPrimitiveRegistry$MendixDecimalHandler$.valueOf(MetaPrimitiveRegistry.scala:65)     at com.mendix.basis.objectmanagement.meta.datavalidation.RangeValidation.isGreaterThan(RangeValidation.java:161)     at com.mendix.basis.objectmanagement.meta.datavalidation.RangeValidation.isValid(RangeValidation.java:115)     at com.mendix.basis.objectmanagement.DataValidationUtil.validateObjectMember(DataValidationUtil.java:52)     at com.mendix.basis.action.user.Changer.validateMember$1(Changer.scala:119)     at com.mendix.basis.action.user.Changer.$anonfun$validateObject$3(Changer.scala:142)     at com.mendix.basis.action.user.Changer.$anonfun$validateObject$3$adapted(Changer.scala:142)     at scala.collection.immutable.Set$Set4.foreach(Set.scala:208)     at com.mendix.basis.action.user.Changer.validateObject(Changer.scala:142)     at com.mendix.basis.action.user.Changer.validateObject$(Changer.scala:115)     at com.mendix.basis.action.user.ChangeAction.validateObject(ChangeAction.scala:11)     at com.mendix.basis.action.user.ChangeAction.executeAction(ChangeAction.scala:41)     at com.mendix.basis.action.user.ChangeAction.executeAction(ChangeAction.scala:11)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54)     at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:146)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:151)     at com.mendix.basis.component.InternalCoreBase.change(InternalCoreBase.java:154)     at com.mendix.webui.requesthandling.helpers.StateHandling.$anonfun$addChangesToState$6(StateHandling.scala:71)     at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:23)     at scala.util.Try$.apply(Try.scala:213)     at com.mendix.webui.requesthandling.helpers.StateHandling.$anonfun$addChangesToState$2(StateHandling.scala:71)     at com.mendix.webui.requesthandling.helpers.StateHandling.$anonfun$addChangesToState$2$adapted(StateHandling.scala:57)     at scala.collection.immutable.List.foreach(List.scala:392)     at com.mendix.webui.requesthandling.helpers.StateHandling.addChangesToState(StateHandling.scala:57)     at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:28)     at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.withState(RegularClientAction.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:43)     at scala.util.Try$.apply(Try.scala:213)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:43)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:41)     at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$3(ContextHandling.scala:41)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)     at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)     at com.mendix.webui.requesthandling.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:49)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:41)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27)     at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:20)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24)     at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19)     at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:41)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)     at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14)     at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10)     at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:20)     at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:38)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:124)     at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:101)     at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:74)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:71)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:77)     at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:950)     at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:867)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:542)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)     at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)     at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)     at org.eclipse.jetty.server.Server.handle(Server.java:502)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)     at java.base/java.lang.Thread.run(Thread.java:834)   the security configuration: Module Security:     any ideas how to resolve this? Thanks a lot
asked
6 answers
3

I think this is the interesting part:

Caused by: java.lang.NumberFormatException: null
    at java.base/java.math.BigDecimal.<init>(BigDecimal.java:624)
    at java.base/java.math.BigDecimal.<init>(BigDecimal.java:401)
    at java.base/java.math.BigDecimal.<init>(BigDecimal.java:834)
    at com.mendix.basis.objectmanagement.meta.metamodel.MetaPrimitiveRegistry$MendixDecimalHandler$.valueOf(MetaPrimitiveRegistry.scala:68)
    at

Is there any calculation happening before the object is commited? Any Before commit event, any java action,…?

answered
2

TextBox should be fine as input widget. But if you have the feeling it might be caused by a wrong input widget, you can try to delete them and recreate them by doing a drag and drop of the attribute from the connector.

answered
2

Thank you all for your help!
The problem was that on the domain model, there were wrong validations for the Duration and Price fields. I needed to double click on the entity itself and not on the seperate fields to correct it.
 

answered
0

Hi Andreas,

before clicking the save button there is no calculation done.  The worflow is :

From the Course Overview page click the Add button. So far the list bellow is empty cause no courses are created yet.

 

After the Add button is clicked, the Course_New_Edit pop-up layout page comes to fill it in with data. On save, I should be able to see the course that I created on the Overview page (and then be able to schedule it from the Calendar button).

answered
0

Also, I got the notification that someby asked this (although I cannot see it now in the comments)
In the stacktrace you posted you can find this: Caused by: java.lang.NumberFormatException: null. When you save the Course are there any interger attributes being filled with a string value? Cause this error is being trown because an empty string is getting formatted into a interger and that is not possible. 

The answer is yes. I do have an integer and a Decimal field. 

Duration is integer and Price is Decimal. For both fields are a TextBox. Is this the right way to give Integers and Decimals as an input?

answered
0

First of all, to answer your question: yes, for integers and decimals you should use a TextBox.

Secondly, the error mentioned by Andreas seems to me that you are trying to send a variable (a number in this case) that is null (empty) or has wrong values. For example an integer can only contain numbers, no text or special characters.

 

A quick note: If you think you can't continue the learning course because of some errors / bugs and you can't figure out why or what is causing them, don't worry. Every few modules you can download a project package at the resources tab in the online course to continue your project after a certain module.

 

I can describe you 2 options for trying to solve this:

1. Perhaps you need to look at your domain model to see if the Duration and/or Price attributes of the Course entity has correct settings. To do that: Double-click the attribute Duration within the Course entity. Now check if the value is "Stored" and has a default value of "0", press ok to save changes. After that, check if Price has the same settings, except Duration is integer and Price is decimal.

2. The other option is skipping to solve this minor error at the moment and continue your learning course. So far I know, you can still save new Courses and use the app with or without that bug. You just have to make sure the fields have the correct datatype. Sometimes the online course misses few steps or has old images as I can tell from my own experience and this makes it difficult to follow the course completely. Later on in this course (at module 8) you shall learn to validate the data that you want to send. At this point you can no longer receive errors on wrong input data because you have made microflows that validate this data first before saving the new Course in your case.

I hope my info will help you, otherwise let me know!

answered