While creating a customer feedback system, I called Local Variable for Feedback whose data type is "Text" & while writing a logic for the submit button I used run server action, where in the feedback action I'm getting this error.
Hi Shubham,
Can you share the oml, actually I just can not reach your problem. Generally for feedback "Text" data type is used.
I tried to upload the file, but due to the system security I'm not able to upload the file(Using Office Laptop).
Can you try to share the screenshot Shubham?
Sure
It's a data type error. Check the inputs you are passing to the server action "create feedback wrapper". One of the inputs you are passing ix expecting a data of type feedback and you are passing text value to it.
Thanks,
Neha
Yeah as like Neha said, input parameter of your create feedback wrapper's data type is entity's data type. Clear the input parameter value and click expand it will show all attributes of feedback entity. Then assign the respective values.
Or else change the input parameter of wrapper server action to text datatype and in entity action click the plus icon before Source and assign respective values in it.
regards
Murali
Thank You Murali, but I set the Datatype of Input Parameter Feedback, to Feedback Identifier. & local variable to null identifier (). It's working.
Hi,
It's a data type issue. Can you check you are passing the correct input data? Pass the feedback record in your case.
Regards,Wasimkhan S
Hi Subham,
Set the data type of local variable as Feedback
Okay let me update it.
Thank You Wasim, but I set the Datatype of Input Parameter Feedback to Feedback Identifier. It's working.
okay. I hope this action is for only create feedback..!