I'm getting this error when trying to set the entity from the entity screen

I’ve never seen this error before. I’m trying to use a custom keyboard and label widget in an entity screen to set up the entity screen but I cant get it working, and I keep onencouritng this issue, i’ve never seen it before and donnt know what it means.

There is a technical reason for it but typically it’s simply a configuration mistake. Show us your work so far.

I think I’m going around this the entire wrong way.
My entity screen looks like


My settings for the editor widget are

My AMC is,


Where student ticket action is

After that I have an ticket entity changed to find if the entity exists and if not it tells the user the entity entity cant be found.

And then if the entity does exist I set the screen to be the ticket scren


and the show ticket action is

This kinda works, but I havse quite a few bugs.

Sometimes it’s not finding the student even though nothing has changed

Hmmm @Jesse it seems I have asked you this question a lot but can never get it working

I’m having a hard time following what your doing. Are you creating your own entity search to create tickets from?

My own entity search? What do you mean by that?

I’ll explain my goal.

A barcode scanner scans an id into an editor widget in an entity screen which correlates to the entity’s name and the ticket is created with that entity

It seems that once an entity is first changed and the ticket created, then the “EnittyUpdate” rule is no longer being called which I can not understand. @Jesse

So, here is the first use

As you can see after the Student TicketForBarck action is run, the ticket is created and the ticket entity changed event is called

However a bit later I rerun the Student TicketForBarcode action with a different value and NO ticket entity Changed event is called.

So here’s the question im asking

Update null entity should be true. I’m not sure if that will fix it though.

Shoudl I pass the command value to Entity Name or Entity Searc value in the Change ticket entity?

Try search value instead. Set your action for Update Null entity to true.

Nope still doesnt work :frowning:

Without seeing the actual setup it will be hard to decipher whats going on.

How am I best to show you my setup?

Show everything. I am somewhat busy right now working on some beta stuff so I may be not as fast response.

I thought I had shown everything related in the intial post?

Hmm ill take a look.

I’ll post a gif showing what’s happenign

Instead of using Equals blank and Not Equals Blank you should use Is Not Null or Is Null.

That part is working fine(i tihnk), but I will chane it to check

When you say that you try to do it again… is that other ticket still open?

Yep the other ticket would still be open I think