Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

API Insights forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! make ownership group field mandatory with a banner message

i have a task to make the Ownership group field mandatory when the state of a review is changed from Draft to Review.  I  have a ui policy that does the following Condition: Workflow is 'Review'  Action:  Mandatory:  True                Vislble: True...

Extract all PDF content in one field

Hi, I have use case Where I have to compare 2 pdf attachments for matching content and return matching score. I have implemented AI agent with prompt. It identifying 2 attachment and getting base64 data to compare by decoding it. its working for smal...