HI All, successfully integrated my powerapp with power automate. This power automate now runs when the user updates a record, in additional to updating the edited record in sharepoint list A, it also updates 2 fields in sharpeoint list B.
The key between the two lists is Asset ID - no issue there.
The second value is sharepoint list A's list ID into related field in sharepoint list B - no issue there.
The third value is a string value. This value can be null, this is where the issue is. This value is updated in sharepoint list B only when it's not null. When it's null, it throws an error. The flow is not expecting a null for the variable.
How can I adjust this so that a null value will be accepted by the flow? The field in shareoint list B is not required and null is a valid value. Not sure if i need to fix in before triggering the flow or handle it in the flow itself.
Thanks in advance.