Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

I am unable select the related record variable or table when try to update the record in flow desig

ravichandrajana
Tera Contributor

I am trying to update the record in the flow designer, but it is not allowing me to update the record through data piller and the option is not showing. I have triggered correctly in the trigger step. But it is showing the error like below.

ravichandrajana_0-1774261078822.jpeg

Can anyone help me on this.

Regards,

Ravichandra G 

 

5 REPLIES 5

Tanushree Maiti
Tera Sage

Hi @ravichandrajana 

 

Cause

Missing property 'com.glide.attachment.max_get_size' in the instance.

 

Resolution

To execute the creatable, deletable, updatable, and list metadata actions, create a system property with Name as com.glide.attachment.max_get_size in the Global scope and set its Value to 20000000.

 

Refer: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2239511#:~:text=Issue,concept/successfactors%2Dspoke.html

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

HI @Tanushree,

 

I have tried by creating the mentioned system property and tried. Then also it is not working.

Ankur Bawiskar
Tera Patron

@ravichandrajana 

which action is this? OOTB or custom one?

what that action is accepting as input?

share screenshots

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar ,

It is the custom one, and I am trying to update the record but it is not allowing me to select the table from the data pill.