Hi,
Lets say you have a form with field1 and field2, and you have a createEntry onModified IFTTT rule for setting field2 based on field1 changes.
Is it possible to make a tableview with inline edits, where after changing field1, it will refresh the view of field2 to show the new value after the IFTTT?
I know you can use redirect IFTTT rule to refresh the whole page, but is it possible to just re-render the tableview?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I managed to do it using the Run Javascript IFTTT:
cancelQuickEdit('[entry._page]', '[entry._storagePage]', 'f1', '[entry.id]', 'field2', AJS.$('.i_confiform_entry_[entry.id]').children('.cf_field2'));
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.