Forum Discussion
null null
May 16, 2019Iron Contributor
trigger instant code execution on modern list form submission. not flow which takes about a min
Hi, i want to do some calculattion on few fields of a list and put the content into a field of the same list. The calculate column does not work because it does not take lookup fields. I wro...
Thomas Berman
Jun 12, 2019Iron Contributor
If you're talking about SharePoint Online and modern experience lists, I think you will want to go for PowerApps (either a PowerApps SharePoint form or a standalone PowerApp depending on your requirements).
With PowerApps you'll have access to the "OnChange" event for each field, after which you can run whatever calculations/lookups you need to run as the user fills out the form, then submit those values with the form.