Hi @Krishna7, If you're aiming to auto-populate related fields in real time before submitting the form, the Workato-approved approach is to introduce a button that fetches those details using a recipe. You can follow this guide to set it up: Button ...
Hi @CETORRES,To maintain visibility into missing fields while keeping the recipe stable, I use error handling with alert messages and allow continuous recipe execution. Works well when certain fields are blank at runtime.
Hi @mmaher, Salesforce CDC trigger (change data capture) is the best solution for this use case. This trigger monitors changes to objects in Salesforce and receives event notifications accordingly. It allows for real-time object monitoring and easy d...
Hi @Krishna7, To auto-populate the application owner and email fields based on the selected application, we need to create a recipe that returns the owner's name and email as output fields. These outputs can then be bound to the corresponding form fi...
Hi @Rajesh_Nadella If you need to process only until a match is found and then skip further logic, you can filter the list to reduce size. Use a flag (variable) to skip logic after condition is met.