Skip to main content
Nintex Community Menu Bar
Question

Update record created via the Upload File component

  • July 11, 2024
  • 4 replies
  • 17 views

Forum|alt.badge.img+4

Hello!

I am trying to build a functionality where users can specify which type of file they are going to upload and save that information in a custom Content Version field.

I am using a Tab Set with the different types of file and sending the information to a Page Include component.

My question would be how to assign this value to the record created in the new page using the File Upload component. I cannot see how to query the new record on the On-Upload Success Actions property.

Many thanks!
Jesus

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+17

Read through the comments on this post and see if it helps: https://community.skuid.com/t/populate-custom-field-on-file-upload


Forum|alt.badge.img+4
  • Author
  • July 11, 2024

Hello!

Many thanks for your reply.

I finally followed a different approach which worked exactly as I needed:
Instead of having a Page Include component, I have a File Upload in every tab. In the On-Upload Actions of the File Upload component I update the ContentVersion record with the appropriate document type.

Regards,
Jesus


Forum|alt.badge.img+8

Hey Jesus - how did you update the ContentVersion record with the appropriate document type? I can’t figure it out


Forum|alt.badge.img+4
  • Author
  • July 11, 2024

Hello Griffin,

I save the changes in the ContentDocument record and then update the related ContentVersion (which contains the document type custom field):

I hope that helps.

Regards,
Jesus