You need to sign in to do that
Don't have an account?

Process Builder Insert Records
I have a need to interagate a field on a parent, and if it is TRUE, do an Update on a child object for those records or Insert if the records are not already there. Specifically, adding a field to the Product object - boolean indicator. If that boolean indicator is true for a given product, Insert 3 product Media records automatically (basically give URL's for the different image types for that product). If records are already there, do update (so basically ability to do an UPSERT).
Can I use a process builder to achieve this? If so, I do not see an option to insert records, only to update.
Thanks for any suggestions. If this can't be done via Process Builder, is Flow or Apex code using a trigger recommended path?
Dan
Can I use a process builder to achieve this? If so, I do not see an option to insert records, only to update.
Thanks for any suggestions. If this can't be done via Process Builder, is Flow or Apex code using a trigger recommended path?
Dan
All Answers
The same can be achieved via Flow even.